-
- /* BuildVolumeList fills the array pointed to by vols with
- a list of the currently mounted volumes. If includeRemote
- is true, then remote server volumes will be included in
- the list. When remote server volumes are included in the
- list, they will be added to the end of the list. On entry,
- *count should contain the size of the array pointed to by
- vols. On exit, *count will be set to the number of id numbers
- placed in the array. If vMAttribMask is non-zero, then
- only volumes with matching attributes are added to the
- list of volumes. bits in the vMAttribMask should use the
- same encoding as bits in the vMAttrib field of
- the GetVolParmsInfoBuffer structure. */
+// BuildVolumeList fills the array pointed to by vols with
+// a list of the currently mounted volumes. If includeRemote
+// is true, then remote server volumes will be included in
+// the list. When remote server volumes are included in the
+// list, they will be added to the end of the list. On entry,
+// *count should contain the size of the array pointed to by
+// vols. On exit, *count will be set to the number of id numbers
+// placed in the array. If vMAttribMask is non-zero, then
+// only volumes with matching attributes are added to the
+// list of volumes. bits in the vMAttribMask should use the
+// same encoding as bits in the vMAttrib field of
+// the GetVolParmsInfoBuffer structure.