D3DDDI_OPENALLOCATIONINFO structure (d3dukmdt.h)
The D3DDDI_OPENALLOCATIONINFO structure describes an allocation to be opened.
Syntax
typedef struct _D3DDDI_OPENALLOCATIONINFO {
[in] D3DKMT_HANDLE hAllocation;
[in] const VOID *pPrivateDriverData;
[in] UINT PrivateDriverDataSize;
} D3DDDI_OPENALLOCATIONINFO;
Members
[in] hAllocation
A D3DKMT_HANDLE data type that represents a kernel-mode handle to the allocation. The user-mode display driver should use this handle to reference the allocation in the command buffer.
[in] pPrivateDriverData
A pointer to a block of private data, which was passed to the display miniport driver when the resource was created.
[in] PrivateDriverDataSize
The size, in bytes, of the block of private data that is pointed to by pPrivateDriverData.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dukmdt.h (include D3dumddi.h, D3dkmddi.h) |