KD_NAMESPACE_ENUM - NtDoc

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

typedef enum {
  KdNameSpacePCI,
  KdNameSpaceACPI,
  KdNameSpaceAny,
  KdNameSpaceNone,
  KdNameSpaceMax
} KD_NAMESPACE_ENUM, *PKD_NAMESPACE_ENUM;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddk-kd_namespace_enum)

Description

This topic describes the KD_NAMESPACE_ENUM enumeration.

Constants

KdNameSpacePCI

Defines the KdNameSpacePCI constant.

KdNameSpaceACPI

Defines the KdNameSpaceACPI constant.

KdNameSpaceAny

Defines the KdNameSpaceAny constant.

KdNameSpaceNone

Defines the KdNameSpaceNone constant.

KdNameSpaceMax

Defines the KdNameSpaceMax constant.

Remarks

See also