// d3dkmddi.h
typedef struct _DXGK_INTERRUPT_TABLE_ENTRY {
UINT64 MessageAddress;
UINT32 MessageData;
UINT32 VectorControl;
} DXGK_INTERRUPT_TABLE_ENTRY;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGK_INTERRUPT_TABLE_ENTRY structure contains data to write to an MSI-X table entry.
MessageAddressSystem-specified message address (per PCI Local Bus Specification, section 6.8).
MessageDataSystem-specified message (per PCI Local Bus Specification, section 6.8).
VectorControlVector control field (per PCI Local Bus Specification, section 6.8).
For more information, see Live migration on GPU-P devices.
DXGKARG_GPUP_WRITE_VIRTUALIZED_MSIX
DxgkDdiWriteVirtualizedInterrupt