DXGKARGCB_RELEASEHANDLEDATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkargcb_releasehandledata)

Description

The DXGKARGCB_RELEASEHANDLEDATA structure contains the information used by the DXGKCB_RELEASEHANDLEDATA callback function to release a reference to an allocation.

Members

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.

See also

DXGK_HANDLE_TYPE

DXGKCB_RELEASEHANDLEDATA