MSI_CAPABILITY Enumeration
MSI_CAPABILITY is an enumeration that contains the permitted return values from the function RtQueryPciMsiCapability.
Syntax
typedef enum MSI_CAPABILITY{
NotMsiMsixCapable,
MsiCapable,
MsixCapable,
MsiMsixCapable
} MSI_CAPABILITY, *PMSI_CAPABILITY;
Constants
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 |
|---|---|---|
|
wRTOS 1.0 SDK |
RtssApi.h |
Startup.lib |