2.2.19 COUNTED_STRING

The COUNTED_STRING structure provides information about a mounted folder.

 struct countedstring {
   LdmObjectId sourceId;
   LdmObjectId targetId;
   int cchString;
   [size_is(cchString)] wchar_t* sstring;
 };
 typedef struct countedstring COUNTED_STRING;

sourceId: Specifies the OID of the source volume. The source volume has a folder to which the target volume will be mounted.

targetId: Specifies the OID of the target volume.

cchString: Specifies the length of the mount path, including the terminating null character.

sstring: Null-terminated Unicode string that contains the mount path of the source.