#ifndef _NTWMI_H
typedef struct _ETW_DISKIO_FLUSH_BUFFERS_V2
{
ULONG DiskNumber;
ULONG IrpFlags;
ULONGLONG HighResResponseTime;
PVOID IrpAddress;
} ETW_DISKIO_FLUSH_BUFFERS_V2, *PETW_DISKIO_FLUSH_BUFFERS_V2;
View code on GitHub
No description available.