WlxRemoveStatusMessage function (winwlx.h)
[The WlxRemoveStatusMessage function is no longer available for use as of Windows Server 2008 and Windows Vista.]
The WlxRemoveStatusMessage function must be implemented by a replacement GINA DLL. Winlogon calls this function to tell the GINA DLL to stop displaying the status message.
Note GINA DLLs are ignored in Windows Vista.
Syntax
BOOL WlxRemoveStatusMessage(
[in] PVOID pWlxContext
);
Parameters
[in] pWlxContext
Pointer to the GINA context associated with this window station. The GINA returns this context value when Winlogon calls WlxInitialize for this station.
Return value
Return code | Description |
---|---|
|
Return TRUE if the message was removed. |
|
Return FALSE if the message was not removed. |
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 |