CMP_NOTIFY_INFO - NtDoc

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

NtDoc

No description available.

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

_CMP_NOTIFY_INFO structure

Description

This structure is used by the PCMP_NOTIFY_ROUTINE callback.

Members

hPlug

The handle of a plug for the notification.

Pcr

A plug control register.

Context

A context.

See also

AV_61883_REQUEST