VolumeNamesDef

Returns a list of volume names, whether mounted or not, that the file system is responsible for.

Syntax

  struct VolumeNamesDef 
  { 
      LONG   attributes; 
      void   *token; 
      BYTE   *names; 
  }
  

Fields

attributes
A bit field set by the file system application defining the attributes of the volume names. Currently the only attribute supported is MM_UNICODE_TEXT.
token
Used by the file system application to mark the next set of volume names obtained by a series of calls to this operation.
names
The buffer to receive the list of volume names.