ملاحظة
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Contains information used to invalidate cache.
Syntax
typedef struct _D3DKMT_INVALIDATECACHE {
D3DKMT_HANDLE hDevice;
D3DKMT_HANDLE hAllocation;
D3DKMT_ALIGN64 D3DKMT_SIZE_T Offset;
D3DKMT_ALIGN64 D3DKMT_SIZE_T Length;
} D3DKMT_INVALIDATECACHE;
Members
hDevice
A handle to the device.
hAllocation
A handle to a device allocation.
Offset
The offset.
Length
The length.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |