CMP_NOTIFY_INFO structure (61883.h)

This structure is used by the PCMP_NOTIFY_ROUTINE callback.

Syntax

typedef struct _CMP_NOTIFY_INFO {
  HANDLE hPlug;
  AV_PCR Pcr;
  PVOID  Context;
} CMP_NOTIFY_INFO, *PCMP_NOTIFY_INFO;

Members

hPlug

The handle of a plug for the notification.

Pcr

A plug control register.

Context

A context.

Requirements

Requirement Value
Header 61883.h

See also

AV_61883_REQUEST