PWLX_QUERY_CONSOLESWITCH_CREDENTIALS callback function (winwlx.h)
Called by GINA to read the credentials transferred from the Winlogon of the temporary session to the Winlogon of the destination session.
Note GINA DLLs are ignored in Windows Vista.
Syntax
PWLX_QUERY_CONSOLESWITCH_CREDENTIALS PwlxQueryConsoleswitchCredentials;
DWORD PwlxQueryConsoleswitchCredentials(
[out] PWLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0 pCred
)
{...}
Parameters
[out] pCred
Pointer to a WLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0 structure to be filled with credentials information.
Return value
Returns TRUE if credentials were transferred and FALSE if the transfer failed.
Remarks
In order to access this function, the GINA DLL must use the WLX_DISPATCH_VERSION_1_4 structure.
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 |