// 61883.h
typedef struct _CMP_NOTIFY_INFO {
HANDLE hPlug;
AV_PCR Pcr;
PVOID Context;
} CMP_NOTIFY_INFO, *PCMP_NOTIFY_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is used by the PCMP_NOTIFY_ROUTINE callback.
hPlugThe handle of a plug for the notification.
PcrA plug control register.
ContextA context.