2.2.3.6.11 COMM_REPLICA_VERSION_GUID

The structure of the COMM_REPLICA_VERSION_GUID packet element is as follows:

 typedef struct _COMM_REPLICA_VERSION_GUID {
   USHORT CommType;
   ULONG Length;
   ULONG DataLength;
   GUID Data;
 } COMM_REPLICA_VERSION_GUID,
  *PCOMM_REPLICA_VERSION_GUID;

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

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

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

Data: A field of type GUID that specifies a GUID object that represents the machine that provided the version vector on the last Join.