#ifndef _NTWMI_H
//
// Structures for Driver hooks
//
#include <pshpack1.h>
typedef struct _PERFINFO_DRIVER_MAJORFUNCTION
{
ULONG MajorFunction;
ULONG MinorFunction;
PVOID RoutineAddr;
PVOID FileNamePointer;
PVOID Irp;
ULONG UniqMatchId;
} PERFINFO_DRIVER_MAJORFUNCTION, *PPERFINFO_DRIVER_MAJORFUNCTION;
View code on GitHub
No description available.