// ntddk.h
typedef enum {
KdNameSpacePCI,
KdNameSpaceACPI,
KdNameSpaceAny,
KdNameSpaceNone,
KdNameSpaceMax
} KD_NAMESPACE_ENUM, *PKD_NAMESPACE_ENUM;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the KD_NAMESPACE_ENUM enumeration.
KdNameSpacePCIDefines the KdNameSpacePCI constant.
KdNameSpaceACPIDefines the KdNameSpaceACPI constant.
KdNameSpaceAnyDefines the KdNameSpaceAny constant.
KdNameSpaceNoneDefines the KdNameSpaceNone constant.
KdNameSpaceMaxDefines the KdNameSpaceMax constant.