// d3dkmddi.h
typedef enum _DXGK_HANDLE_TYPE {
DXGK_HANDLE_ALLOCATION,
DXGK_HANDLE_RESOURCE
} DXGK_HANDLE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
DXGK_HANDLE_TYPE identifies the handle type of an allocation.
DXGK_HANDLE_ALLOCATIONThe handle is the result of the creation of a primary surface.
DXGK_HANDLE_RESOURCEThe handle is for an allocation that belongs to a resource.