WlxSetContextPointer function
[The WlxSetContextPointer function is no longer available for use as of Windows Server 2008 and Windows Vista.]
Called by GINA to specify the context pointer passed by Winlogon as the first parameter to all future calls to GINA functions.
This allows GINA to specify a new context pointer that replaces the one returned by the WlxInitialize function.
This function has been superseded by the WlxSetOption function called with the Option parameter set to WLX_OPTION_CONTEXT_POINTER.
Syntax
VOID WlxSetContextPointer( _In_ HANDLE hWlx, _In_ PVOID pWlxContext );
Parameters
- hWlx [in]
-
Specifies the Winlogon handle passed to GINA in the WlxInitialize call.
- pWlxContext [in]
-
Pointer to the new context that Winlogon will use in future calls to GINA.
Return value
This function has no return values.
Remarks
If the GINA must call WlxSasNotify from the WlxInitialize function, it should first call WlxSetContextPointer to let Winlogon associate a context with the GINA.
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