Debugging Tools for Windows |
The GetOutputMask method returns the output mask currently set for the client.
HRESULT
IDebugClient::GetOutputMask(
OUT PULONG Mask
);
This method may also return error values. See Return Values for more details.
GetOutputMask is available in all versions of IDebugClient.
For an overview of output in the debugger engine, see Input and Output.
Headers: Defined in dbgeng.h. Include dbgeng.h.