Home | History | Annotate | Download | only in include

Lines Matching full:logoff

321     virtual HRESULT WINAPI Logoff(void) = 0;
348 HRESULT (WINAPI *Logoff)(ISession *This);
377 #define ISession_Logoff(This) (This)->lpVtbl->Logoff(This)