Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 2.89 KB

ns-d3dkmddi-_dxgkcb_notify_interrupt_data_flags.md

File metadata and controls

76 lines (60 loc) · 2.89 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dkmddi._DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS
DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS (d3dkmddi.h)
The DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS structure indicates whether the display miniport driver provides a physical adapter mask in a call to the DxgkCbNotifyInterrupt function.
display\dxgkcb_notify_interrupt_data_flags.htm
10/13/2021
DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS structure
DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS, DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS structure [Display Devices], DmStructs_bfff264e-44a2-458c-ab0d-c103d4b76f71.xml, _DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS, d3dkmddi/DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS, display.dxgkcb_notify_interrupt_data_flags
d3dkmddi.h
D3dkmddi.h
Windows
Windows Vista (WDDM 1.0)
Windows
display
DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS
_DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS
d3dkmddi/_DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS
DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS
d3dkmddi/DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS
APIRef
kbSyntax
HeaderDef
d3dkmddi.h
_DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS
DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS

DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS structure

-description

The DXGKCB_NOTIFY_INTERRUPT_DATA_FLAGS structure indicates whether the display miniport driver provides a physical adapter mask in a call to the DXGKCB_NOTIFY_INTERRUPT function.

-struct-fields

-field ValidPhysicalAdapterMask

A UINT value that specifies whether the driver provides a physical adapter mask. If this member is set, the driver provides a physical adapter mask in the PhysicalAdapterMask member of the CrtcVsync structure that is contained in the DXGKARGCB_NOTIFY_INTERRUPT_DATA structure.

Setting this member is equivalent to setting the first bit of the 32-bit Value member (0x00000001).

-field HsyncFlipCompletion

A UINT value that specifies whether the Hsync flip has been completed.

-field Reserved

This member is reserved and should be set to zero. Setting this member to zero is equivalent to setting the remaining 31 bits (0xFFFFFFFE) of the 32-bit Value member to zeros.

-field Value

The 32-bit value that indicates all of the flags set in the union.

-see-also

DXGKARGCB_NOTIFY_INTERRUPT_DATA

DXGKCB_NOTIFY_INTERRUPT