#ifndef _NTWMI_H
typedef struct _ETW_DISKIO_READWRITE_V3
{
ULONG DiskNumber;
ULONG IrpFlags;
ULONG Size;
ULONG Reserved;
ULONGLONG ByteOffset;
PVOID FileObject;
PVOID IrpAddress;
ULONGLONG HighResResponseTime;
ULONG IssuingThreadId;
} ETW_DISKIO_READWRITE_V3, *PETW_DISKIO_READWRITE_V3;
View code on GitHub
#ifndef _NTWMI_H
typedef struct _ETW_DISKIO_READWRITE_V3 WMI_DISKIO_READWRITE, *PWMI_DISKIO_READWRITE;
View code on GitHub
No description available.