Debugging Tools for Windows

SetLogMask

The SetLogMask method sets the output mask for the currently open log file.

HRESULT
  IDebugControl::SetLogMask(
    IN ULONG  Mask
   );

Parameters

Mask
Specifies the new output mask for the log file. See DEBUG_OUTPUT_XXX for details about 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

SetLogMask is available in all versions of IDebugControl.

Requirements

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

See Also

GetLogMask, SetOutputMask, OpenLogFile2

Build machine: CAPEBUILD