// ks.h
typedef struct {
KSPIN_MDL_CACHING_EVENT Event;
PVOID Buffer;
} KSPIN_MDL_CACHING_NOTIFICATION, *PKSPIN_MDL_CACHING_NOTIFICATION;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is used internally by the operating system.
EventThis member is used internally by the operating system.
BufferThis member is used internally by the operating system.