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 enumeration is used in the POOL_EXTENDED_PARAMETER structure.
Syntax
typedef enum POOL_EXTENDED_PARAMETER_TYPE {
PoolExtendedParameterInvalidType = 0,
PoolExtendedParameterPriority,
PoolExtendedParameterSecurePool,
PoolExtendedParameterNumaNode,
PoolExtendedParameterMax
} *PPOOL_EXTENDED_PARAMETER_TYPE;
Constants
PoolExtendedParameterInvalidType Value: 0 Invalid extended parameter type. Do not use. |
PoolExtendedParameterPriority The extended parameter specifies the priority of the pool allocation using the Priority field of the POOL_EXTENDED_PARAMETER structure. |
PoolExtendedParameterSecurePool The extended parameter specifies the secure pool parameters of the pool allocation using the SecurePoolParams field of the POOL_EXTENDED_PARAMETER structure. |
PoolExtendedParameterNumaNode The extended parameter specifies the preferred NUMA node of the pool allocation using the PreferredNode field of the POOL_EXTENDED_PARAMETER structure. |
PoolExtendedParameterMax For internal use only. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Header | wdm.h |