Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
MaxPayload128BytesDefines the MaxPayload128Bytes constant. |
MaxPayload256BytesDefines the MaxPayload256Bytes constant. |
MaxPayload512BytesDefines the MaxPayload512Bytes constant. |
MaxPayload1024BytesDefines the MaxPayload1024Bytes constant. |
MaxPayload2048BytesDefines the MaxPayload2048Bytes constant. |
MaxPayload4096BytesDefines the MaxPayload4096Bytes constant. |
Requirements
| Requirement | Value |
|---|---|
| Header | ntddk.h (include Ntddk.h) |