2.2.8.2.2 SMB_INFO_VOLUME

This information level structure is used in TRANS2_QUERY_FS_INFORMATION Responses (section 2.2.6.4.2) to return volume information of the object store underlying the share specified in the request.

 SMB_INFO_VOLUME
   {
   ULONG      ulVolSerialNbr;
   UCHAR      cCharCount;
   SMB_STRING VolumeLabel;
   }
  

ulVolSerialNbr: (4 bytes): This field contains the serial number of the volume.

cCharCount: (1 byte): This field contains the number of characters in the VolumeLabel field.

VolumeLabel: (variable): This field contains the volume label.<170>