2.2.3.6.20 COMM_REMOTE_CO
The structure of the COMM_REMOTE_CO packet element is as follows.
-
typedef struct _COMM_REMOTE_CO { USHORT CommType; ULONG Length; ULONG DataLength; CHANGE_ORDER_COMMAND Data; } COMM_REMOTE_CO, *PCOMM_REMOTE_CO;
CommType: A 16-bit, unsigned integer that indicates the type of this COMM_PACKET element. MUST be set to 0x000D.
Length: A 32-bit, unsigned integer that indicates the length in bytes of the data following the Length field. MUST be 0x0000031C.
DataLength: A 32-bit, unsigned integer that indicates the length in bytes of the Data field. MUST be 0x00000318.
Data: The CHANGE_ORDER_COMMAND message being transmitted.
-
The CHANGE_ORDER_COMMAND structure defines a file replication service (FRS) change order. See the definition of the CHANGE_ORDER_COMMAND in section 2.2.3.2.