Debugging Tools for Windows

GetOutputMask

The GetOutputMask method returns the output mask currently set for the client.

HRESULT
  IDebugClient::GetOutputMask(
    OUT PULONG  Mask
    );

Parameters

Mask
Receives the output mask for the client. See DEBUG_OUTPUT_XXX for details on how to interpret this value.

Return Value

S_OK
The method was successful.

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

Interface Version

GetOutputMask 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

SetOutputMask, GetOtherOutputMask

Build machine: CAPEBUILD