D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

TBD

Syntax

typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 {
  D3DKMT_HANDLE                                       hAdapter;
  D3DKMT_HANDLE                                       hDevice;
  UINT                                                PlaneCount;
  D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2              *pOverlayPlanes;
  BOOL                                                Supported;
  D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2;

Members

  • hAdapter
    [in] adapter handle

  • hDevice
    [in] Identifies the device

  • PlaneCount
    [in] Number of resources to pin

  • pOverlayPlanes
    [in] Array of resource handles to pin

  • Supported

  • ReturnInfo

Requirements

Minimum supported client

Windows 10 Insider Preview

Minimum supported server

Windows Server Technical Preview

Header

D3dkmthk.h (include D3dkmthk.h)

 

 

Send comments about this topic to Microsoft