D3DKMTGetResourcePresentPrivateDriverData - NtDoc

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

NTSTATUS D3DKMTGetResourcePresentPrivateDriverData(
  D3DDDI_GETRESOURCEPRESENTPRIVATEDRIVERDATA *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtgetresourcepresentprivatedriverdata)

D3DKMTGetResourcePresentPrivateDriverData function

Description

Queries the resource private data, which is associated with the resource during Present.

Parameters

unnamedParam1

Pointer to a D3DDDI_GETRESOURCEPRESENTPRIVATEDRIVERDATA structure.

Return value

This function returns NTSTATUS.

Remarks

See also