// d3dkmddi.h
typedef struct _DXGKARGCB_RELEASEHANDLEDATA {
[in] DXGKARG_RELEASE_HANDLE ReleaseHandle;
[in] DXGK_HANDLE_TYPE Type;
} DXGKARGCB_RELEASEHANDLEDATA;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_RELEASEHANDLEDATA structure contains the information used by the DXGKCB_RELEASEHANDLEDATA callback function to release a reference to an allocation.
ReleaseHandle [in]The release handle obtained from a prior call to DXGKCB_ACQUIREHANDLEDATA.
Type [in]A DXGK_HANDLE_TYPE value that identifies the handle type of the allocation.