Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 WlxGetConsoleSwitchCredentials(
[in] PVOID pWlxContext,
[out] PVOID pCredInfo
);
Parameters
[in] pWlxContext
Pointer to a GINA-specific context.
[out] pCredInfo
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
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | winwlx.h |