Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DXGKARGCB_RELEASEHANDLEDATA structure contains the information used by the DXGKCB_RELEASEHANDLEDATA callback function to release a reference to an allocation.
Syntax
typedef struct _DXGKARGCB_RELEASEHANDLEDATA {
[in] DXGKARG_RELEASE_HANDLE ReleaseHandle;
[in] DXGK_HANDLE_TYPE Type;
} DXGKARGCB_RELEASEHANDLEDATA;
Members
[in] ReleaseHandle
The release handle obtained from a prior call to DXGKCB_ACQUIREHANDLEDATA.
[in] Type
A DXGK_HANDLE_TYPE value that identifies the handle type of the allocation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 (WDDM 2.0) |
Header | d3dkmddi.h |