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.
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_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. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista (WDDM 1.0) |
| Header | d3dkmddi.h |