Searched defs:fLogon (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostServices/auth/simple/
H A DVBoxAuthSimple.cpp69 int fLogon,
76 if (!fLogon)
63 AuthEntry(const char *szCaller, PAUTHUUID pUuid, AuthGuestJudgement guestJudgement, const char *szUser, const char *szPassword, const char *szDomain, int fLogon, unsigned clientId) argument
/vbox/src/VBox/HostServices/auth/winlogon/
H A Dwinlogon.cpp63 int fLogon,
57 AuthEntry(const char *szCaller, PAUTHUUID pUuid, AuthGuestJudgement guestJudgement, const char *szUser, const char *szPassword, const char *szDomain, int fLogon, unsigned clientId) argument
/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp265 int fLogon,
276 if (!fLogon)
259 AuthEntry(const char *szCaller, PAUTHUUID pUuid, AuthGuestJudgement guestJudgement, const char *szUser, const char *szPassword, const char *szDomain, int fLogon, unsigned clientId) argument
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp3199 int fLogon; member in struct:AuthCtx
3211 pCtx->fLogon, pCtx->clientId);
3217 pCtx->fLogon, pCtx->clientId);
3378 ctx.fLogon = true;
3426 ctx.fLogon = false;

Completed in 67 milliseconds