WlxDisplaySASNotice function (winwlx.h)

[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.

Note   GINA DLLs are ignored in Windows Vista.
 

Syntax

void WlxDisplaySASNotice(
  [in] PVOID pWlxContext
);

Parameters

[in] pWlxContext

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

None

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

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

See also

WlxInitialize