2.2.3.4 mapsW

This type is used to define a set of account maps in colon-delimited string format when returned as an output from the map enumeration procedure. For more details, see section 2.2.5.12.

 struct mapsW {
     sequence_number Token;
     long MappingRecordCount;
     long TotalMappingRecordCount;
     MapSvrUnicodeMapString MapArray[MappingRecordCount];
 };

Token: A sequence_number (section 2.2.2.21).

MappingRecordCount: An XDR-encoded, 32-bit signed integer that indicates the maximum number of records in MapArray.

TotalMappingRecordCount: A 32-bit signed integer value that indicates the total number of mapping records of the specified PrincipalType (section 2.2.5.12) held by the server that are available to be enumerated.

MapArray: An array of MapSvrUnicodeMapString (section 2.2.2.7).