D3DKMT_UNPINDIRECTFLIPRESOURCES - NtDoc

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

typedef struct _D3DKMT_UNPINDIRECTFLIPRESOURCES {
  [in] D3DKMT_HANDLE hDevice;
  [in] UINT          ResourceCount;
  [in] D3DKMT_HANDLE *pResourceList;
} D3DKMT_UNPINDIRECTFLIPRESOURCES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_UNPINDIRECTFLIPRESOURCES structure

Description

The D3DKMT_UNPINDIRECTFLIPRESOURCES structure contains arguments used to unpin direct flip resources.

Members

hDevice [in]

A handle to the device.

ResourceCount [in]

The number of resources to unpin.

pResourceList [in]

An array of resource handles to unpin.

Remarks

See also