Home | History | Annotate | Download | only in include

Lines Matching full:logoff

171     virtual HRESULT WINAPI Logoff(void) = 0;
193 HRESULT (WINAPI *Logoff)(_IUseIMBase *This);
217 #define _IUseIMBase_Logoff(This) (This)->lpVtbl->Logoff(This)
309 HRESULT (WINAPI *Logoff)(IMSIMContactView *This);
371 #define IMSIMContactView_Logoff(This) (This)->lpVtbl->Logoff(This)
581 HRESULT (WINAPI *Logoff)(IMSIMMessageView *This);
636 #define IMSIMMessageView_Logoff(This) (This)->lpVtbl->Logoff(This)
893 HRESULT (WINAPI *Logoff)(IMSIMContactList *This);
933 #define IMSIMContactList_Logoff(This) (This)->lpVtbl->Logoff(This)