// d3dkmthk.h
typedef struct _D3DKMT_INVALIDATECACHE {
D3DKMT_HANDLE hDevice;
D3DKMT_HANDLE hAllocation;
D3DKMT_ALIGN64 D3DKMT_SIZE_T Offset;
D3DKMT_ALIGN64 D3DKMT_SIZE_T Length;
} D3DKMT_INVALIDATECACHE;
View the official Windows Driver Kit DDI referenceNo description available.
Contains information used to invalidate cache.
hDeviceA handle to the device.
hAllocationA handle to a device allocation.
OffsetThe offset.
LengthThe length.