// d3dkmthk.h
PFND3DKMT_DESTROYCONTEXT Pfnd3dkmtDestroycontext;
NTSTATUS Pfnd3dkmtDestroycontext(
const D3DKMT_DESTROYCONTEXT *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Implemented by the client driver to destroy the specified graphics processing unit (GPU) context.
unnamedParam1Pointer to a D3DKMT_DESTROYCONTEXT structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_DESTROYCONTEXT Pfnd3dkmtDestroycontext;
// Definition
NTSTATUS Pfnd3dkmtDestroycontext
(
const D3DKMT_DESTROYCONTEXT *
)
{...}