D3D11DDI_HANDLESIZE structure (d3d10umddi.h)

The D3D11DDI_HANDLESIZE structure describes a handle.

Syntax

typedef struct D3D11DDI_HANDLESIZE {
  [in] D3D11DDI_HANDLETYPE HandleType;
  [in] SIZE_T              DriverPrivateSize;
} D3D11DDI_HANDLESIZE;

Members

[in] HandleType

A D3D11DDI_HANDLETYPE-typed value that identifies the handle type.

[in] DriverPrivateSize

The size, in bytes, of the driver-private memory space that holds the handle data.

Remarks

The driver's CheckDeferredContextHandleSizes function verifies the size of the driver-private memory space that holds the handle data of a deferred context handle and returns the size in the DriverPrivateSize member of the D3D11DDI_HANDLESIZE structure that the pHandleSize parameter points to.

Requirements

Requirement Value
Minimum supported client D3D11DDI_HANDLESIZE is supported beginning with the Windows 7 operating system.
Header d3d10umddi.h (include D3d10umddi.h)

See also

CheckDeferredContextHandleSizes

D3D11DDI_HANDLETYPE