DXGK_HANDLE_TYPE enumeration (d3dkmddi.h)
DXGK_HANDLE_TYPE identifies the handle type of an allocation.
Syntax
typedef enum _DXGK_HANDLE_TYPE {
DXGK_HANDLE_ALLOCATION,
DXGK_HANDLE_RESOURCE
} DXGK_HANDLE_TYPE;
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. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista (WDDM 1.0) |
Header | d3dkmddi.h |