Registers a warning message with the WinGate Mangement Console. When displaying a registered message with UIShowWarningMessage or UIShowWarningMessageId, the WMC will add a checkbox for "Don't ask me again", allowing the user to turn off future warnings of this type.
The warning will also appear in the Confirmation Options settings in the WMC to allow the user to turn off and on the warning.
Syntax
Parameters
strModuleUUID
Type:
LPCWSTR
The string UUID of the module that is registering the warning.
strModuleUUID
Type:
LPCWSTR
The string id of the message you are registering. Cannot be empty or NULL
strMessageLabel
Type:
LPCWSTR
A user friendly label for the message that is displayed to the user in the Confirmation Options settings.
Return Value
Type: void
None
Remarks
None
Examples
See Also