Debugging Tools for Windows

SetOtherOutputMask

The SetOtherOutputMask method sets the output mask for another client.

HRESULT
  IDebugClient::SetOtherOutputMask(
    IN PDEBUG_CLIENT  Client,
    IN ULONG  Mask
    );

Parameters

Client
Specifies the client whose output mask will be set.
Mask
Specifies the new output mask for the client. See DEBUG_OUTPUT_XXX for a description of the possible values for Mask.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

SetOtherOutputMask is available in all versions of IDebugClient.

Comments

For an overview of output in the debugger engine, see Input and Output.

Requirements

Headers: Defined in dbgeng.h. Include dbgeng.h.

See Also

GetOtherOutputMask, SetOutputMask

Build machine: CAPEBUILD