PCI_EXPRESS_MAX_PAYLOAD_SIZE enumeration (ntddk.h)
This topic describes the PCI_EXPRESS_MAX_PAYLOAD_SIZE enumeration.
Syntax
typedef enum {
MaxPayload128Bytes,
MaxPayload256Bytes,
MaxPayload512Bytes,
MaxPayload1024Bytes,
MaxPayload2048Bytes,
MaxPayload4096Bytes
} PCI_EXPRESS_MAX_PAYLOAD_SIZE;
Constants
MaxPayload128Bytes Defines the MaxPayload128Bytes constant. |
MaxPayload256Bytes Defines the MaxPayload256Bytes constant. |
MaxPayload512Bytes Defines the MaxPayload512Bytes constant. |
MaxPayload1024Bytes Defines the MaxPayload1024Bytes constant. |
MaxPayload2048Bytes Defines the MaxPayload2048Bytes constant. |
MaxPayload4096Bytes Defines the MaxPayload4096Bytes constant. |
Requirements
Requirement | Value |
---|---|
Header | ntddk.h (include Ntddk.h) |