// d3dumddi.h
typedef struct _D3DDDICB_INVALIDATECACHE {
D3DKMT_HANDLE hAllocation;
SIZE_T Offset;
SIZE_T Length;
} D3DDDICB_INVALIDATECACHE;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to invalidate cache.
hAllocationA handle to the allocation.
OffsetThe offset.
LengthThe length.