Debugging Tools for Windows |
The SetOtherOutputMask method sets the output mask for another client.
HRESULT
IDebugClient::SetOtherOutputMask(
IN PDEBUG_CLIENT Client,
IN ULONG Mask
);
This method may also return error values. See Return Values for more details.
SetOtherOutputMask 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.