PCNOTIFICATION_BUFFER structure (portcls.h)

The notification buffer used by IPortClsNotifications.

Syntax

typedef struct _PCNOTIFICATION_BUFFER {
  UCHAR NotificationBuffer[1];
} PCNOTIFICATION_BUFFER, *PPCNOTIFICATION_BUFFER;

Members

NotificationBuffer[1]

The notification buffer used by IPortClsNotifications.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703
Header portcls.h

See also

IPortClsNotifications