Debugging Tools for Windows

GetLogMask

The GetLogMask method returns the output mask for the currently open log file.

HRESULT
  IDebugControl::GetLogMask(
    OUT PULONG  Mask
    );

Parameters

Mask
Receives the output mask for the log file. See DEBUG_OUTPUT_XXX for details about how to interpret this value.

Return Value

S_OK
The method was successful.

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

Interface Version

GetLogMask is available in all versions of IDebugControl.

Comments

For more information about log files, see Using Input and Output.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

SetLogMask, GetOutputMask, OpenLogFile2

Build machine: CAPEBUILD