WlxGetConsoleSwitchCredentials function
The WlxGetConsoleSwitchCredentials function must be implemented by a replacement GINA DLL. Winlogon calls this function to read the currently logged on user's credentials to transparently transfer them to a target session.
Syntax
BOOL WINAPI WlxGetConsoleSwitchCredentials( _In_ PVOID pWlxContext, _Out_ PVOID pInfo );
Parameters
- pWlxContext [in]
-
Pointer to a GINA-specific context.
- pInfo [out]
-
Pointer to a WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0 to return GINA relevant information.
Return value
Returns TRUE on success and FALSE on failure.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|