#ifndef _NTWMI_H
//
// This structure is logged when a PopNotifyDevice processing for a
// particular device completes.
//
typedef struct _PERFINFO_PO_NOTIFY_DEVICE_COMPLETE
{
//
// This field is used to match notification and completion log
// entries for a device.
//
PVOID Irp;
//
// Status with which the notify power IRP was completed.
//
NTSTATUS Status;
} PERFINFO_PO_NOTIFY_DEVICE_COMPLETE, *PPERFINFO_PO_NOTIFY_DEVICE_COMPLETE;
View code on GitHub
No description available.