DDGETIRQINFO structure (dxmini.h)

The DDGETIRQINFO structure contains interrupt information for the video miniport driver.

Syntax

typedef struct _DDGETIRQINFO {
  DWORD dwFlags;
} DDGETIRQINFO, *PDDGETIRQINFO;

Members

dwFlags

Specifies the interrupt management status.

IRQINFO_HANDLED

The video miniport driver is managing the interrupt.

Requirements

Requirement Value
Header dxmini.h (include Dxmini.h)

See also

DxGetIRQInfo