DXGKARGCB_UPDATECONTEXTALLOCATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARGCB_UPDATECONTEXTALLOCATION {
  [in] HANDLE hAllocation;
  [in] PVOID  pPrivateDriverData;
  [in] UINT   PrivateDriverDataSize;
} DXGKARGCB_UPDATECONTEXTALLOCATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkargcb_updatecontextallocation)

DXGKARGCB_UPDATECONTEXTALLOCATION structure

Description

DXGKARGCB_UPDATECONTEXTALLOCATION contains the arguments used by the DXGKCB_UPDATECONTEXTALLOCATION callback function, to update the contents of a context allocation.

Members

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.

See also

DXGKCB_UPDATECONTEXTALLOCATION