WlxDisplayStatusMessage
The WlxDisplayStatusMessage function must be implemented by a replacement GINA DLL. Winlogon calls this function when the GINA DLL should display a message.
BOOL WlxDisplayStatusMessage(
PVOID pWlxContext,
HDESK hDesktop,
DWORD dwOptions,
PWSTR pTitle,
PWSTR pMessage
);
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.
- hDesktop
- [in] Handle to the desktop where the status message should be displayed.
- dwOptions
- [in] Specifies display options for the status dialog box. The following options are valid:
STATUSMSG_OPTION_NOANIMATION
STATUSMSG_OPTION_SETFOREGROUND
- pTitle
- [in] Specifies the title of the message to be displayed.
- pMessage
- [in] Specifies the message to be displayed.
Return Values
- TRUE
- Return TRUE if the message was displayed.
- FALSE
- Return FALSE if the message was not displayed.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Version: Requires version 1.3.
Header: Declared in Winwlx.h.
Unicode: Implemented only as Unicode.
See Also
WlxInitialize