2.2.3.6.23 COMM_EOP

The structure of the COMM_EOP packet element is as follows.

 typedef struct _COMM_EOP {
   USHORT CommType;
   ULONG Length;
   ULONG Data;
 } COMM_EOP,
  *PCOMM_EOP;

CommType: A 16-bit, unsigned integer that indicates the type of this COMM_PACKET element. MUST be set to 0x0013.

Length: A 32-bit, unsigned integer that indicates the length in bytes of the data following the Length field. MUST be 0x00000004.

Data: A 32-bit, unsigned integer that indicates the end of the packet. MUST be set to 0xFFFFFFFF.