2.2.3.6.18 COMM_CO_GUID

The structure of the COMM_CO_GUID packet element is as follows.

 typedef struct _COMM_CO_GUID {
   USHORT CommType;
   ULONG Length;
   ULONG DataLength;
   GUID Data;
 } COMM_CO_GUID,
  *PCOMM_CO_GUID;

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

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: MUST be a field of type GUID that contains the GUID that denotes the change order that is being processed.