This
functionality is used to get lList of volumeVolumes
in Image sServer.
Usage in Visual C++/Visual Basic Application
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 |
Not Null |
Input Parameter |
NoOfVolumes |
Total
number of |
Integer>0 |
Input Parameter |
VolList |
Pointer
to a variable that receives the starting value of a |
|
Input Parameter |
Output Parameters
This method return 1 if the call is successful, otherwise, it returns an error code.
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 |
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.