Searched defs:Authenticate (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp3256 AuthResult ConsoleVRDPServer::Authenticate(const Guid &uuid, AuthGuestJudgement guestJudgement, function in class:ConsoleVRDPServer
3264 LogFlow(("ConsoleVRDPServer::Authenticate: uuid = %RTuuid, guestJudgement = %d, pszUser = %s, pszPassword = %s, pszDomain = %s, u32ClientId = %d\n",
3294 LogRel(("AUTH: ConsoleVRDPServer::Authenticate: loading external authentication library VBoxAuth\n"));
3399 LogFlow(("ConsoleVRDPServer::Authenticate: result = %d\n", result));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Durlmon.h933 virtual HRESULT STDMETHODCALLTYPE Authenticate(
956 HRESULT (STDMETHODCALLTYPE *Authenticate)( member in struct:IAuthenticateVtbl
974 #define IAuthenticate_Authenticate(This,phwnd,pszUsername,pszPassword) (This)->lpVtbl->Authenticate(This,phwnd,pszUsername,pszPassword)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Durlmon.h939 virtual HRESULT STDMETHODCALLTYPE Authenticate(
962 HRESULT (STDMETHODCALLTYPE *Authenticate)( member in struct:IAuthenticateVtbl
980 #define IAuthenticate_Authenticate(This,phwnd,pszUsername,pszPassword) (This)->lpVtbl->Authenticate(This,phwnd,pszUsername,pszPassword)

Completed in 87 milliseconds