DXGK_INTERRUPT_TABLE_ENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgk_interrupt_table_entry)

Description

The DXGK_INTERRUPT_TABLE_ENTRY structure contains data to write to an MSI-X table entry.

Members

MessageAddress

System-specified message address (per PCI Local Bus Specification, section 6.8).

MessageData

System-specified message (per PCI Local Bus Specification, section 6.8).

VectorControl

Vector control field (per PCI Local Bus Specification, section 6.8).

Remarks

For more information, see Live migration on GPU-P devices.

See also

DXGKARG_GPUP_WRITE_VIRTUALIZED_MSIX

DxgkDdiWriteVirtualizedInterrupt