#ifndef _NTWMI_H
typedef struct _ETW_DISKIO_FLUSH_BUFFERS_V3
{
ULONG DiskNumber;
ULONG IrpFlags;
ULONGLONG HighResResponseTime;
PVOID IrpAddress;
ULONG IssuingThreadId;
} ETW_DISKIO_FLUSH_BUFFERS_V3, *PETW_DISKIO_FLUSH_BUFFERS_V3;
View code on GitHub
#ifndef _NTWMI_H
typedef struct _ETW_DISKIO_FLUSH_BUFFERS_V3 WMI_DISKIO_FLUSH_BUFFERS, *PWMI_DISKIO_FLUSH_BUFFERS;
View code on GitHub
No description available.