NWGetVolumeSegmentList(3nw)
NWGetVolumeSegmentList --
returns a list of up to 32 volume segments for a given volume
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetVolumeSegmentList
(NWCONN_HANDLE conn,
nuint32 volumeNum,
NWFSE_VOLUME_SEGMENT_LIST N_FAR
fseVolumeSegmentList);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- volumeNum
-
(IN) Specifies the number representing a specific volume. Zero (0) = Volume SYS
- fseVolumeSegmentList
-
(OUT) Points to NWFSE_VOLUME_SEGMENT_LIST containing the volume segment list.
Return values
- 0x0000
-
SUCCESSFUL
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
- 0x8998
-
VOLUME_DOES_NOT_EXIST
Notices
Console operator rights are NOT necessary to call NWGetVolumeSegmentList.
Services
File Server Environment
NCP calls
- 0x2222 123 33
-
Get Volume Segment List
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.