2.2.1.4.12 FRS_ASYNC_VERSION_VECTOR_RESPONSE

Version chain vector response payload.

 typedef struct _FRS_ASYNC_VERSION_VECTOR_RESPONSE {
   ULONGLONG vvGeneration;
   unsigned long versionVectorCount;
   [size_is(versionVectorCount)] FRS_VERSION_VECTOR* versionVector;
   unsigned long epoqueVectorCount;
   [size_is(epoqueVectorCount)] FRS_EPOQUE_VECTOR* epoqueVector;
 } FRS_ASYNC_VERSION_VECTOR_RESPONSE;

vvGeneration: The time stamp associated with the version chain vector on the server. The time stamp is incremented every time a server updates its version chain vector. This gives a way to track whether a client has the newest version of the version chain vector known to the server.

versionVectorCount: Number of elements in the versionVector array.

versionVector: An array of FRS_VERSION_VECTOR triples.

epoqueVectorCount: Number of elements in the epoqueVector array.

epoqueVector: An array of FRS_EPOQUE_VECTOR pairs.