Home | History | Annotate | Download | only in include

Lines Matching full:logoff

470     virtual HRESULT WINAPI Logoff(void) = 0;
501 HRESULT (WINAPI *Logoff)(IIMService *This);
534 #define IIMService_Logoff(This) (This)->lpVtbl->Logoff(This)