Home | History | Annotate | Download | only in include

Lines Matching defs:Pause

4206     virtual HRESULT WINAPI Pause(void) = 0;
4232 HRESULT (WINAPI *Pause)(IMSMQOutgoingQueueManagement *This);
4260 #define IMSMQOutgoingQueueManagement_Pause(This) (This)->lpVtbl->Pause(This)