netware_vol_info_from_number

Returns information about the specified NetWare volume.

Library:LibC
Classification:Novell
Service:NetWare Platform

Syntax

  #include <monitor.h> 
   
  int netware_vol_info_from_name (
     struct volume_info   *info,
     int                   volNum);
  

Parameters

info

(OUT) Returns information about the specified volume.

volNum

(IN) Specifies the number of a volume.

Return Values

If successful, returns 0; otherwise, returns a nonzero error code:

Decimal

Hex

Constant

Description

77

0x4D

ESRCH

The volume does not exist.

Remarks

The netware_vol_info_from_number function returns information about the volume specified in the number parameter. This function returns information about all defined, mounted volumes.

NOTE:To obtain information not available in the volume_info structure, use Media Manager for NetWare 5.x and 6.x from Storage Architecture Components (including Media Manager and NWPA).

See Also