MSI_CAPABILITY
MSI_CAPABILITY is a structure that contains the permitted return values from the function RtQueryPciMsiCapability.
Syntax
Copy
typedef enum MSI_CAPABILITY{
NotMsiMsixCapable,
MsiCapable,
MsixCapable,
MsiMsixCapable
} MSI_CAPABILITY, *PMSI_CAPABILITY;
Enumerators
NotMsiMsixCapable
The device does not support either MSI or MSI-X
MsiCapable
The device supports MSI only
MsixCapable
The device supports MSI-X only
MsiMsixCapable
The device supports both MSI and MSI-X
Requirements
Minimum supported version | Header | Library |
---|---|---|
eRTOS 1.0 SDK |
Rtapi.h | rtkrnl.lib |