NWGetExtendedVolumeInfo
Returns extended volume information
#include <nwvol.h>
or
#include <nwcalls.h>
N_EXTERN_LIBRARY( NWCCODE ) NWGetExtendedVolumeInfo (
NWCONN_HANDLE conn,
nuint16 volNum,
NWVolExtendedInfo N_FAR *volInfo);
uses calwin32
Function NWGetExtendedVolumeInfo
(conn : NWCONN_HANDLE;
volNum : nuint16;
Var volInfo : NWVolExtendedInfo
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
NWGetExtendedVolumeInfo returns information based on the volume block size (64 KB), which can be determined using the formula:
(sectorSize*sectorsPerCluster)/1024
NWGetExtendedVolumeInfo must be called for a licensed connection or NO_SUCH_PROPERTY will be returned.
For sample code, see Developer Q&A.