Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sends the specified message string to the debugger's output window.
HRESULT DisplayMessage (
LPCOLESTR szMessage
);
int DisplayMessage (
string szMessage
);
Parameters
- szMessage
[in] Message string to display in the debugger's output window.
Return Value
If successful, returns S_OK; otherwise, returns an error code.