// d3dkmddi.h
typedef struct _DXGKARGCB_UPDATECONTEXTALLOCATION {
[in] HANDLE hAllocation;
[in] PVOID pPrivateDriverData;
[in] UINT PrivateDriverDataSize;
} DXGKARGCB_UPDATECONTEXTALLOCATION;
View the official Windows Driver Kit DDI referenceNo description available.
DXGKARGCB_UPDATECONTEXTALLOCATION contains the arguments used by the DXGKCB_UPDATECONTEXTALLOCATION callback function, to update the contents of a context allocation.
hAllocation [in]Handle to the context allocation being updated. The allocation defines a physical adapter in a linked display adapter link.
pPrivateDriverData [in]Pointer to a private driver data buffer to be passed to the DXGKCB_UPDATECONTEXTALLOCATION paging operation.
PrivateDriverDataSize [in]The size of the driver private data, in bytes.
DXGKCB_UPDATECONTEXTALLOCATION