Causes the given string to be displayed by the debugger integrated development environment (IDE).

HRESULT DebugOutput(
   LPCOLESTR  pstr
);

Parameters

pstr

[in] String to display in the debugger.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also