NWGetVolumeSegmentList
Returns a list of up to 32 volume segments for a given volume.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetVolumeSegmentList (
NWCONN_HANDLE conn,
nuint32 volumeNum,
NWFSE_VOLUME_SEGMENT_LIST N_FAR *fseVolumeSegmentList);
uses calwin32
Function NWGetVolumeSegmentList
(conn : NWCONN_HANDLE;
volNum : nuint32;
Var fseVolumeSegmentList : NWFSE_VOLUME_SEGMENT_LIST
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
Console operator rights are NOT necessary to call NWGetVolumeSegmentList.