IDebugControl2::SetLogMask method (dbgeng.h)

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

Syntax

HRESULT SetLogMask(
  [in] ULONG Mask
);

Parameters

[in] Mask

Specifies the new output mask for the log file. See DEBUG_OUTPUT_XXX for details about this value.

Return value

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

Return code Description
S_OK
The method was successful.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

GetLogMask

IDebugControl

IDebugControl2

IDebugControl3

OpenLogFile2