Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The GetOutputMask method returns the output mask currently set for the client.
Syntax
HRESULT GetOutputMask(
[out] PULONG Mask
);
Parameters
[out] Mask
Receives the output mask for the client. See DEBUG_OUTPUT_XXX for details on how to interpret this value.
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) |