VolumeConfigElementList

Obtains this volume's configuration information, which includes some default values for volume creation.

Syntax

  struct VolumeConfigElementList 
  { 
      LONG     revision; 
      LONG     numberOfElements; 
      void     *token; 
      struct   VolumeConfigElementDef *elements; 
  };
  

Fields

revision
The revision of the VolumeConfigElementList. Should there be different definitions for this structure, this value will identify which definition to assume. (File systems should use the current value defined by MM_VOLUME_CONFIG_REVISION. See File System Application Operation Defines.)
numberOfElements
The number of elements in the list.
token
Defined by the file system application and is unique to an instance of the VolumeConfigElementList structure returned by the file system. It is used by the file system when the configuration information is returned to the file system to identify the instance of the structure.
elements
A pointer to the first VolumeConfigElementDef structure of an array of numberOfElements pointers to VolumeConfigElementDef structures.