CIP_NOTIFY_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 61883.h

typedef struct _CIP_NOTIFY_INFO {
  HANDLE     hConnect;
  PVOID      Context;
  PCIP_FRAME Frame;
} CIP_NOTIFY_INFO, *PCIP_NOTIFY_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_CIP_NOTIFY_INFO structure

Description

The CIP_NOTIFY_INFO structure contains information about the frame.

Members

hConnect

A handle to the connection.

Context

Points to the context provided by the caller at NotifyContext in the input CIP_FRAME structure.

Frame

Points to the completed frame.

Remarks

The IEC-61883 protocol driver allocates and initializes this structure from the input CIP_FRAME structure.

See also

CIP_FRAME