#ifndef _NTWMI_H typedef struct _ETW_DISKIO_READWRITE_V2 { ULONG DiskNumber; ULONG IrpFlags; ULONG Size; ULONG Reserved; ULONGLONG ByteOffset; PVOID FileObject; PVOID IrpAddress; ULONGLONG HighResResponseTime; } ETW_DISKIO_READWRITE_V2, *PETW_DISKIO_READWRITE_V2; #endif View code on GitHub
No description available.