// d3dkmddi.h
typedef struct _DXGK_ALLOCATIONUSAGEHINT {
[out] UINT Version;
[out] DXGK_ALLOCATIONUSAGEINFO1 v1;
} DXGK_ALLOCATIONUSAGEHINT;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGK_ALLOCATIONUSAGEHINT structure contains allocation usage and version information that is used as a hint about how to use an allocation.
Version [out]A positive integer that indicates the version of the allocation.
v1 [out]A DXGK_ALLOCATIONUSAGEINFO1 structure that describes how an allocation can be used in direct memory access (DMA) buffering.