NWGetVolumeInfoByLevel
Returns information about the specified volume, returning different structures depending on the infoLevel specified.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetVolumeInfoByLevel (
NWCONN_HANDLE conn,
nuint32 volNum,
nuint32 infoLevel,
NWFSE_VOLUME_INFO_BY_LEVEL N_FAR *fseVolumeInfo);
uses calwin32
Function NWGetVolumeInfoByLevel
(conn : NWCONN_HANDLE;
volNum : nuint32;
infoLevel : nuint32;
Var fseVolumeInfo : NWFSE_VOLUME_INFO_BY_LEVEL
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
Console operator rights are NOT necessary to call NWGetVolumeInfoByLevel.
NWGetVolumeInfoWithHandle, NWGetVolumeInfoWithNumber (Volume Management)