D3DDDICB_OFFERALLOCATIONS2 - NtDoc

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

typedef struct D3DDDICB_OFFERALLOCATIONS2 {
       const HANDLE          *pResources;
  [in] const D3DKMT_HANDLE   *HandleList;
  [in] UINT                  NumAllocations;
       D3DDDI_OFFER_PRIORITY Priority;
       D3DDDI_OFFER_FLAGS    Flags;
} D3DDDICB_OFFERALLOCATIONS2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-d3dddicb_offerallocations2)

D3DDDICB_OFFERALLOCATIONS2 structure

Description

Used to offer allocations.

Members

pResources

An array of Direct3D runtime resource handles.

HandleList [in]

An array of D3DKMT_HANDLE data types that represent kernel-mode handles to the allocations.

NumAllocations [in]

The number of elements in the allocation list.

Priority

The priority of the allocations.

Flags

Flags used to offer allocations.

Remarks

See also