DXGKARG_POSTMULTIPLANEOVERLAYPRESENT structure (d3dkmddi.h)

Contains arguments for the DxgkDdiPostMultiPlaneOverlayPresent function.

Syntax

typedef struct _DXGKARG_POSTMULTIPLANEOVERLAYPRESENT {
  [in] D3DDDI_VIDEO_PRESENT_TARGET_ID VidPnTargetId;
  [in] UINT                           PhysicalAdapterMask;
  [in] DWORD                          LayerIndex;
  [in] ULONGLONG                      PresentID;
} DXGKARG_POSTMULTIPLANEOVERLAYPRESENT;

Members

[in] VidPnTargetId

The zero-based identification number of the video present target in a path of a video present network (VidPN) topology. This number represents the video present target where the vertical sync occurs.

[in] PhysicalAdapterMask

The physical adapter mask where the vertical sync occurs. If this member contains a valid value, the driver must also set the ValidPhysicalAdapterMask bit-field flag in the Flags member.

[in] LayerIndex

The zero-based index of the overlay plane to display. The top plane (in the z-direction) has index zero. The planes' index values must be sequential from top to bottom.

[in] PresentID

64 bit integer value representing each flip request for a particular MPO plane.

Requirements

Requirement Value
Header d3dkmddi.h