IDebugControl::GetLogMask method (dbgeng.h)
The GetLogMask method returns the output mask for the currently open log file.
Syntax
HRESULT GetLogMask(
[out] PULONG Mask
);
Parameters
[out] Mask
Receives the output mask for the log file. See DEBUG_OUTPUT_XXX for details about how to interpret this value.
Return value
This method can also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
For more information about log files, see Using Input and Output.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |