2.2.3.6.10 COMM_JOIN_TIME

The structure of the COMM_JOIN_TIME packet element is as follows:

 typedef struct _COMM_JOIN_TIME {
   USHORT CommType;
   ULONG Length;
   ULONG DataLength;
   FILETIME Data;
 } COMM_JOIN_TIME,
  *PCOMM_JOIN_TIME;

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

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

DataLength: A 32-bit, unsigned integer that indicates the length in bytes of the data in the Data field. MUST be 0x00000008.

Data: A FILETIME (as specified in [MS-DTYP]) structure that specifies the UTC time when the partner builds this communication packet.