Debugging Tools for Windows

GetOtherOutputMask

The GetOtherOutputMask method returns the output mask for another client.

HRESULT
  IDebugClient::GetOtherOutputMask(
    IN PDEBUG_CLIENT  Client,
    OUT PULONG  Mask
    );

Parameters

Client
Specifies the client whose output mask is desired.
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

GetOtherOutputMask 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

SetOtherOutputMask, GetOutputMask

Build machine: CAPEBUILD