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