D3DDDICB_INVALIDATECACHE - NtDoc

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

typedef struct _D3DDDICB_INVALIDATECACHE {
  D3DKMT_HANDLE hAllocation;
  SIZE_T        Offset;
  SIZE_T        Length;
} D3DDDICB_INVALIDATECACHE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDICB_INVALIDATECACHE structure

Description

Arguments used to invalidate cache.

Members

hAllocation

A handle to the allocation.

Offset

The offset.

Length

The length.

Remarks

See also