VOLUME_INFO_BY_LEVEL

Returns volume information.

Service:Server Environment
Defined In:nwfse.h

Structure

  typedef union 
  { 
     VOLUME_INFO_BY_LEVEL_DEF     volInfoDef ; 
     VOLUME_INFO_BY_LEVEL_DEF2    volInfoDef2 ; 
  }  VOLUME_INFO_BY_LEVEL; 
  

Delphi Syntax

  Type
    VOLUME_INFO_BY_LEVEL = packed RECORD
       case integer of
          1: (volinfoDef : VOLUME_INFO_BY_LEVEL_DEF);
          2: (volinfoDef2 : VOLUME_INFO_BY_LEVEL_DEF2);
    End;
  

Fields

volInfoDef
Pointer to VOLUME_INFO_BY_LEVEL_DEF.
volInfoDef2
Pointer to VOLUME_INFO_BY_LEVEL_DEF2.