OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Logoff
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sensevts.h
188
virtual HRESULT WINAPI
Logoff
(BSTR bstrUserName) = 0;
206
HRESULT (WINAPI *
Logoff
)(ISensLogon *This,BSTR bstrUserName);
226
#define ISensLogon_Logoff(This,bstrUserName) (This)->lpVtbl->
Logoff
(This,bstrUserName)
257
virtual HRESULT WINAPI
Logoff
(BSTR bstrUserName,DWORD dwSessionId) = 0;
273
HRESULT (WINAPI *
Logoff
)(ISensLogon2 *This,BSTR bstrUserName,DWORD dwSessionId);
291
#define ISensLogon2_Logoff(This,bstrUserName,dwSessionId) (This)->lpVtbl->
Logoff
(This,bstrUserName,dwSessionId)
cdonts.h
321
virtual HRESULT WINAPI
Logoff
(void) = 0;
348
HRESULT (WINAPI *
Logoff
)(ISession *This);
377
#define ISession_Logoff(This) (This)->lpVtbl->
Logoff
(This)
[
all
...]
msimcntl.h
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)
[
all
...]
msimcsdk.h
470
virtual HRESULT WINAPI
Logoff
(void) = 0;
501
HRESULT (WINAPI *
Logoff
)(IIMService *This);
[
all
...]
Completed in 876 milliseconds