WlxRemoveStatusMessage function
[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.
Syntax
BOOL WlxRemoveStatusMessage( _In_ PVOID pWlxContext );
Parameters
- pWlxContext [in]
-
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
|
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