WlxDisplaySASNotice function
[The WlxDisplaySASNotice function is no longer available for use as of Windows Server 2008 and Windows Vista.]
The WlxDisplaySASNotice function must be implemented by a replacement GINA DLL. Winlogon calls this function when no user is logged on.
Syntax
void WlxDisplaySASNotice(
_In_ PVOID pWlxContext
);
Parameters
- pWlxContext [in]
-
A pointer to the GINA context associated with this window station. This is the context value that the GINA returns when Winlogon calls WlxInitialize for this station.
Return value
This function does not return a value.
Remarks
Before calling WlxDisplaySASNotice, Winlogon sets the desktop state so that the current desktop is the Winlogon desktop and sets the workstation state so that the desktop is locked.
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