CMP_MONITOR_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-61883-_cmp_monitor_info)

_CMP_MONITOR_INFO structure

Description

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.

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.

See also

AV_61883_REQUEST structure