// 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 referenceNo description available.
The CIP_NOTIFY_INFO structure contains information about the frame.
hConnectA handle to the connection.
ContextPoints to the context provided by the caller at NotifyContext in the input CIP_FRAME structure.
FramePoints to the completed frame.
The IEC-61883 protocol driver allocates and initializes this structure from the input CIP_FRAME structure.