Sent to the WIMMessageCallback function in debug builds with text messages containing status and error information.
WIM_MSG_TEXT wParam = (DWORD) 0; lParam = (PWSTR *) pszTextMessage;
Parameters
wParam
[in] Not used.
lParam
[in] A pointer to a null-terminated string containing the message text.
Return Value
Your routine must return WIM_MSG_SUCCESS.
Remarks
This message is provided primarily for debugging purposes and should not be sent in retail binaries.