DEBUG_LEVEL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

typedef enum _DEBUG_LEVEL {
  DlDebugError,
  DlDebugWarning,
  DlDebugTrace,
  DlDebugInfo
} DEBUG_LEVEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dispmprt-_debug_level)

_DEBUG_LEVEL enumeration

Description

Specifies the debug level.

Constants

DlDebugError

Error.

DlDebugWarning

Warning.

DlDebugTrace

Trace.

DlDebugInfo

Info.

Remarks

See also