#ifndef _NTWMI_H
#include <pshpack1.h>
typedef struct _PERFINFO_DRIVER_COMPLETE_REQUEST_RET
{
//
// Irp field and UniqMatchId is used to match COMPLETE_REQUEST
// and COMPLETE_REQUEST_RET logged for an IRP completion.
//
PVOID Irp;
ULONG UniqMatchId;
} PERFINFO_DRIVER_COMPLETE_REQUEST_RET, *PPERFINFO_DRIVER_COMPLETE_REQUEST_RET;
View code on GitHub
No description available.