WlxWin31Migrate function
[The WlxWin31Migrate function is no longer available for use as of Windows Server 2008 and Windows Vista.]
Called by a replacement GINA DLL if Terminal Services is enabled. GINA calls this function to complete the setup of the Terminal Services client.
Syntax
VOID WlxWin31Migrate( _In_ HANDLE hWlx );
Parameters
- hWlx [in]
-
Specify the handle received in the call to WlxInitialize.
Return value
This function has no return values.
Remarks
GINA needs to call this function before starting the shell, so that the migration and setup will be complete before the shell starts, but after it has processed any logon scripts.
In order to use this function, the GINA DLL must specify the WLX_DISPATCH_VERSION_1_3 structure in its call to WlxInitialize, and set the Winlogon version to at least WLX_VERSION_1_3 in its WlxNegotiate call.
Other Winlogon support functions that may be called when Terminal Services is enabled are WlxDisconnect, WlxQueryClientCredentials, and WlxQueryInetConnectorCredentials.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
End of client support |
Windows XP |
|
End of server support |
Windows Server 2003 |
|
Header |
|
See also
- WlxDisconnect
- WLX_DISPATCH_VERSION_1_3
- WlxNegotiate
- WlxQueryClientCredentials
- WlxQueryInetConnectorCredentials