// d3dkmddi.h
DXGKCB_RELEASEHANDLEDATA DxgkcbReleasehandledata;
VOID DxgkcbReleasehandledata(
[in] IN_CONST_DXGKARGCB_RELEASEHANDLEDATA unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
DXGKCB_RELEASEHANDLEDATA releases a reference to an allocation.
unnamedParam1 [in]A DXGKARGCB_RELEASEHANDLEDATA structure containing information about the allocation to be released.
The allocation reference was acquired in a prior call to DXGKCB_ACQUIREHANDLEDATA.
DXGKCB_XXX functions are implemented by Dxgkrnl. To use this callback function, set the members of DXGKARGCB_RELEASEHANDLEDATA and then call DxgkCbReleaseHandleData via the DXGKRNL_INTERFACE.