Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |