D3DKMT_PINDIRECTFLIPRESOURCES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_PINDIRECTFLIPRESOURCES {
  D3DKMT_HANDLE hDevice;
  UINT          ResourceCount;
  D3DKMT_HANDLE *pResourceList;
} D3DKMT_PINDIRECTFLIPRESOURCES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_pindirectflipresources)

D3DKMT_PINDIRECTFLIPRESOURCES structure

Description

The D3DKMT_PINDIRECTFLIPRESOURCES structure specifies indirect flip resources.

Members

hDevice

A handle to the device.

ResourceCount

The resource count.

pResourceList

Pointer to a resource list.

Remarks

See also