Get Volume List

This functionality is used to get lList of volumeVolumes in Image sServer.

 

Usage in Visual C++/Visual Basic Application

Usage in Java Application

Error

 

Usage in Visual C++/Visual Basic Application

Prototype

int WINAPI NGISGetVolumesList (LPTSTR cabinetName, LPINT NoOfVolumes,                LPVOLUMELIST * VolList)

 

Input Parameters description

Name

Description

Valid Values

Type Of Parameter

cabinetName

Name of the Image cCabinet to which the User wants to connect.

Not Null

Input Parameter

NoOfVolumes

Total number of volumeVolumes in Image Sserver.

Integer>0

Input Parameter

VolList

Pointer to a variable that receives the starting value of a  lList of objects of type VOLUMEVOLUMELIST.

 

Input Parameter

 

Output Parameters

This method return 1 if the call is successful, otherwise, it returns an error code.

 

 

Usage in Java Application

 

Prototype

public int JPISGetVolumesList ( String cabinetName, JPDBInteger NoOfVolumes, Vector VolumeList )

 

Input Parameters description

Name

Description

Valid Values

Type Of Parameter

cabinetName

Name of the Image Cabinet to which the User wants to connect.

NOT NULL

Input parameter

NoOfVolumes

Total number of volumeVolumes in Image sServer.

Integer>=0

Output parameter

VolumeList

It is a vector of objects of type JPDBISVolume.

 

Output parameter

 

Output Parameters

This method return 1 if the call is successful, otherwise, it returns an error code.