2.2.3.1 GVSN

The GVSN structure, which contains a GUID and a VSN associated with a file that might require replication, MUST be formatted as follows:

 typedef struct _GVSN {
   ULONGLONG VSN;
   GUID GUID;
 } GVSN,
  *PGVSN;

VSN: A 64-bit, unsigned integer containing the VSN for the originator GUID.

GUID: A field of type GUID that MUST contain the originator GUID.