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
KdNameSpacePCIDefines the KdNameSpacePCI constant. |
KdNameSpaceACPIDefines the KdNameSpaceACPI constant. |
KdNameSpaceAnyDefines the KdNameSpaceAny constant. |
KdNameSpaceNoneDefines the KdNameSpaceNone constant. |
KdNameSpaceMaxDefines the KdNameSpaceMax constant. |
Requirements
| Requirement | Value |
|---|---|
| Header | ntddk.h (include Ntddk.h) |