// d3dkmthk.h
PFND3DKMT_PINDIRECTFLIPRESOURCES Pfnd3dkmtPindirectflipresources;
NTSTATUS Pfnd3dkmtPindirectflipresources(
const D3DKMT_PINDIRECTFLIPRESOURCES *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_PINDIRECTFLIPRESOURCES callback function pins direct flip resources.
unnamedParam1_In_ pResources
Pointer to a D3DKMT_PINDIRECTFLIPRESOURCES structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_PINDIRECTFLIPRESOURCES Pfnd3dkmtPindirectflipresources;
// Definition
NTSTATUS Pfnd3dkmtPindirectflipresources
(
const D3DKMT_PINDIRECTFLIPRESOURCES *
)
{...}