Home | History | Annotate | Download | only in include

Lines Matching defs:Purge

3142     virtual HRESULT WINAPI Purge(void) = 0;
3185 HRESULT (WINAPI *Purge)(IMSMQQueue3 *This);
3230 #define IMSMQQueue3_Purge(This) (This)->lpVtbl->Purge(This)