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

/vbox/src/VBox/Additions/WINNT/VBoxGINA/
H A DVBoxGINA.cpp294 int WINAPI WlxLoggedOutSAS(PVOID pWlxContext, DWORD dwSasType, PLUID pAuthenticationId, argument
308 iRet = GWlxLoggedOutSAS(pWlxContext, dwSasType, pAuthenticationId, pLogonSid,
351 int WINAPI WlxLoggedOnSAS(PVOID pWlxContext, DWORD dwSasType, PVOID pReserved) argument
353 VBoxGINAVerbose(0, "VBoxGINA::WlxLoggedOnSAS: dwSasType=%ld\n", dwSasType);
364 return GWlxLoggedOnSAS(pWlxContext, dwSasType, pReserved);
406 int WINAPI WlxWkstaLockedSAS(PVOID pWlxContext, DWORD dwSasType) argument
408 VBoxGINAVerbose(0, "VBoxGINA::WlxWkstaLockedSAS, dwSasType=%ld\n", dwSasType);
417 return GWlxWkstaLockedSAS(pWlxContext, dwSasType);
[all...]

Completed in 54 milliseconds