CMP_MONITOR_INFO structure (61883.h)
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.
Syntax
typedef struct _CMP_MONITOR_INFO {
ULONG State;
ULONG PlugNum;
ULONG PlugType;
AV_PCR Pcr;
PVOID Context;
} CMP_MONITOR_INFO, *PCMP_MONITOR_INFO;
Members
State
The current state of the plug.
PlugNum
The number of the plug that was accessed.
PlugType
The type of plug, either CMP_PlugOut or CMP_PlugIn.
Pcr
The current contents of the plug.
Context
Points to a caller-defined context that was registered with Av61883_MonitorPlugs.
Requirements
Requirement | Value |
---|---|
Header | 61883.h (include 61883.h) |