PFND3DKMT_PINDIRECTFLIPRESOURCES - NtDoc

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

PFND3DKMT_PINDIRECTFLIPRESOURCES Pfnd3dkmtPindirectflipresources;

NTSTATUS Pfnd3dkmtPindirectflipresources(
  const D3DKMT_PINDIRECTFLIPRESOURCES *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_pindirectflipresources)

PFND3DKMT_PINDIRECTFLIPRESOURCES callback function

Description

The PFND3DKMT_PINDIRECTFLIPRESOURCES callback function pins direct flip resources.

Parameters

unnamedParam1

_In_ pResources

Pointer to a D3DKMT_PINDIRECTFLIPRESOURCES structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_PINDIRECTFLIPRESOURCES Pfnd3dkmtPindirectflipresources;

// Definition

NTSTATUS Pfnd3dkmtPindirectflipresources
(
    const D3DKMT_PINDIRECTFLIPRESOURCES *
)
{...}

Remarks

See also

D3DKMT_PINDIRECTFLIPRESOURCES