// 61883.h
typedef struct _CIP_VALIDATE_INFO {
HANDLE hConnect;
PVOID Context;
CYCLE_TIME TimeStamp;
PUCHAR Packet;
} CIP_VALIDATE_INFO, *PCIP_VALIDATE_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The CIP_VALIDATE_INFO structure contains information about the frame.
hConnectA handle to the connection.
ContextPoints to the context provided by the caller at ValidateContext in the input CIP_FRAME structure.
TimeStampThe timestamp of the current source packet.
PacketThe packet offset for the current source packet.
The IEC-61883 protocol driver allocates and initializes this structure from the input CIP_FRAME structure.