CIP_VALIDATE_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_CIP_VALIDATE_INFO structure

Description

The CIP_VALIDATE_INFO structure contains information about the frame.

Members

hConnect

A handle to the connection.

Context

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

TimeStamp

The timestamp of the current source packet.

Packet

The packet offset for the current source packet.

Remarks

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

See also

CIP_FRAME