D3DKMT_PINDIRECTFLIPRESOURCES structure (d3dkmthk.h)

Indirect flip resources.

Syntax

typedef struct _D3DKMT_PINDIRECTFLIPRESOURCES {
  D3DKMT_HANDLE hDevice;
  UINT          ResourceCount;
  D3DKMT_HANDLE *pResourceList;
} D3DKMT_PINDIRECTFLIPRESOURCES;

Members

hDevice

A handle to the device.

ResourceCount

The resource count.

pResourceList

Pointer to a resource list.

Requirements

Requirement Value
Header d3dkmthk.h