NWGetVolumeSwitchInfo(3nw)


NWGetVolumeSwitchInfo -- gets information about the volume switch counter such as the number of overall times through the function

Synopsis

   #include <nwfse.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWGetVolumeSwitchInfo (NWCONN_HANDLE conn, nuint32 startNum, NWFSE_VOLUME_SWITCH_INFO N_FAR * fseVolumeSwitchInfo);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

startNum
(IN) Specifies the starting number; set to zero (0) on the first call.

fseVolumeSwitchInfo
(OUT) Points to NWFSE_VOLUME_SWITCH_INFO getting volume switch information.

Return values

0x0000
SUCCESSFUL

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x89FF
Failure or Invalid Start Item Number

Notices

To call NWGetVolumeSwitchInfo, you must have console operator rights.

Services

File Server Environment

NCP calls

0x2222 123 09
Volume Switch Information

30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.