KD_NAMESPACE_ENUM enumeration (ntddk.h)
This topic describes the KD_NAMESPACE_ENUM enumeration.
Syntax
typedef enum {
KdNameSpacePCI,
KdNameSpaceACPI,
KdNameSpaceAny,
KdNameSpaceNone,
KdNameSpaceMax
} KD_NAMESPACE_ENUM, *PKD_NAMESPACE_ENUM;
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. |
Requirements
Requirement | Value |
---|---|
Header | ntddk.h (include Ntddk.h) |