NWFSE_VOLUME_INFO_BY_LEVEL
Returns volume information when the information level is specified. Used by NWGetVolumeInfoByLevel.
typedef struct {
SERVER_AND_VCONSOLE_INFO serverTimeAndVConsoleInfo ;
nuint16 reserved ;
nuint32 infoLevel ;
VOLUME_INFO_BY_LEVEL volumeInfo ;
} NWFSE_VOLUME_INFO_BY_LEVEL;
uses calwin32
NWFSE_VOLUME_INFO_BY_LEVEL = packed Record
serverAndVConsoleInfo : SERVER_AND_VCONSOLE_INFO;
reserved : nuint16;
padding : nuint16;
infoLevel : nuint32;
volumeInfo : VOLUME_INFO_BY_LEVEL;
End;
If this field is set to 1, the volInfoDef field of the VOLUME_INFO_BY_LEVEL structure will be used.
If this field is set to 2, the volInfoDef2 field of the VOLUME_INFO_BY_LEVEL structure will be used.