Debugging Tools for Windows |
The GetLogMask method returns the output mask for the currently open log file.
HRESULT
IDebugControl::GetLogMask(
OUT PULONG Mask
);
This method can also return error values. See Return Values for more details.
GetLogMask is available in all versions of IDebugControl.
For more information about log files, see Using Input and Output.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.
SetLogMask, GetOutputMask, OpenLogFile2