D3DDDI_OPENALLOCATIONINFO structure (d3dukmdt.h)

The D3DDDI_OPENALLOCATIONINFO structure describes an allocation to be opened.

Syntax

typedef struct _D3DDDI_OPENALLOCATIONINFO {
  [in] D3DKMT_HANDLE hAllocation;
  void          D3DKMT_PTR(
    const VOID         *unnamedParam1,
    pPrivateDriverData unnamedParam2
  );
  [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.

void D3DKMT_PTR( const VOID *unnamedParam1, pPrivateDriverData unnamedParam2)

[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)