#ifndef _NTWMI_H typedef struct _PERFINFO_CC_READ_AHEAD { ULONG_PTR WorkItemKey; ULONGLONG FileOffset; ULONG Size; ULONG PagePriority; ULONG DetectedPattern; ULONG Reserved; } PERFINFO_CC_READ_AHEAD_COMPLETE, *PPERFINFO_CC_READ_AHEAD_COMPLETE; #endif View code on GitHub
No description available.