D3D11DDI_HANDLESIZE - NtDoc

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

typedef struct D3D11DDI_HANDLESIZE {
  [in] D3D11DDI_HANDLETYPE HandleType;
  [in] SIZE_T              DriverPrivateSize;
} D3D11DDI_HANDLESIZE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11ddi_handlesize)

D3D11DDI_HANDLESIZE structure

Description

The D3D11DDI_HANDLESIZE structure describes a handle.

Members

HandleType [in]

A D3D11DDI_HANDLETYPE-typed value that identifies the handle type.

DriverPrivateSize [in]

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.

See also

CheckDeferredContextHandleSizes

D3D11DDI_HANDLETYPE