Debugging Tools for Windows

SetOutputMask

The SetOutputMask method sets the output mask for the client.

HRESULT
  IDebugClient::SetOutputMask(
    IN ULONG  Mask
    );

Parameters

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

SetOutputMask 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

GetOutputMask, SetOtherOutputMask

Build machine: CAPEBUILD