HomeSort by relevance Sort by last modified time
    Searched defs:Logon (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sensevts.h 187 virtual HRESULT WINAPI Logon(BSTR bstrUserName) = 0;
205 HRESULT (WINAPI *Logon)(ISensLogon *This,BSTR bstrUserName);
225 #define ISensLogon_Logon(This,bstrUserName) (This)->lpVtbl->Logon(This,bstrUserName)
256 virtual HRESULT WINAPI Logon(BSTR bstrUserName,DWORD dwSessionId) = 0;
272 HRESULT (WINAPI *Logon)(ISensLogon2 *This,BSTR bstrUserName,DWORD dwSessionId);
290 #define ISensLogon2_Logon(This,bstrUserName,dwSessionId) (This)->lpVtbl->Logon(This,bstrUserName,dwSessionId)
msimcntl.h 170 virtual HRESULT WINAPI Logon(BSTR bstrAddress = L"",BSTR bstrName = L"",BSTR bstrPassword = L"",BSTR bstrDomain = L"") = 0;
192 HRESULT (WINAPI *Logon)(_IUseIMBase *This,BSTR bstrAddress,BSTR bstrName,BSTR bstrPassword,BSTR bstrDomain);
216 #define _IUseIMBase_Logon(This,bstrAddress,bstrName,bstrPassword,bstrDomain) (This)->lpVtbl->Logon(This,bstrAddress,bstrName,bstrPassword,bstrDomain)
308 HRESULT (WINAPI *Logon)(IMSIMContactView *This,BSTR bstrAddress,BSTR bstrName,BSTR bstrPassword,BSTR bstrDomain);
370 #define IMSIMContactView_Logon(This,bstrAddress,bstrName,bstrPassword,bstrDomain) (This)->lpVtbl->Logon(This,bstrAddress,bstrName,bstrPassword,bstrDomain)
    [all...]
msimcsdk.h 472 virtual HRESULT WINAPI Logon(VARIANT varParameter) = 0;
503 HRESULT (WINAPI *Logon)(IIMService *This,VARIANT varParameter);
    [all...]
ntsecapi.h     [all...]
strmif.h     [all...]

Completed in 1275 milliseconds