DXGK_HANDLE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef enum _DXGK_HANDLE_TYPE {
  DXGK_HANDLE_ALLOCATION,
  DXGK_HANDLE_RESOURCE
} DXGK_HANDLE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-dxgk_handle_type)

Description

DXGK_HANDLE_TYPE identifies the handle type of an allocation.

Constants

DXGK_HANDLE_ALLOCATION

The handle is the result of the creation of a primary surface.

DXGK_HANDLE_RESOURCE

The handle is for an allocation that belongs to a resource.

See also

DXGKARGCB_RELEASEHANDLEDATA

DXGKARGCB_GETHANDLEDATA

DXGKCB_RELEASEHANDLEDATA

DxgkDdiCreateAllocation