#ifndef _NTWMI_H
typedef struct _PERFINFO_CC_CAN_WRITE_FAIL
{
ULONG_PTR FileObjectKey;
SIZE_T TotalDirtyPages;
SIZE_T DirtyPageThreshold;
ULONG BytesToWrite;
} PERFINFO_CC_CAN_WRITE_FAIL, *PPERFINFO_CC_CAN_WRITE_FAIL;
View code on GitHub
No description available.