Share via


IDebugIDECallback::DisplayMessage

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.

See Also

Reference

IDebugIDECallback