Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SetOutputMask method sets the output mask for the client.
Syntax
HRESULT SetOutputMask(
[in] ULONG Mask
);
Parameters
[in] Mask
Specifies the new output mask for the client. See DEBUG_OUTPUT_XXX for a description of the possible values for Mask.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
For an overview of output in the debugger engine, see Input and Output.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |