// 61883.h
typedef struct _CMP_MONITOR_INFO {
ULONG State;
ULONG PlugNum;
ULONG PlugType;
AV_PCR Pcr;
PVOID Context;
} CMP_MONITOR_INFO, *PCMP_MONITOR_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The CMP_MONITOR_INFO structure is used in conjunction with the Av61883_MonitorPlugs request to allow a driver to monitor access to local oPCR and iPCR plugs.
StateThe current state of the plug.
PlugNumThe number of the plug that was accessed.
PlugTypeThe type of plug, either CMP_PlugOut or CMP_PlugIn.
PcrThe current contents of the plug.
ContextPoints to a caller-defined context that was registered with Av61883_MonitorPlugs.