Create Volume Block
This
functionality is used to create a new Volume
Block for the specified volume at
given Site.
Usage in Visual C++/Visual Basic Application
Usage in Visual C++/Visual Basic Application
Prototype
int WINAPI NGISCreateVolBlock ( LPTSTR cabinetName, short VolumeId, short SiteId )
Input Parameters description
Name |
Description |
Valid Values |
Type Of Parameter |
cabinetName |
Name
of the Image |
NOT Null |
Input Parameter |
VolumeId |
Index
of the |
Integer>0 |
Input parameter |
SiteId |
Unique
Index of the Site
where the |
|
Input parameter |
Output Parameters
This method return 1 if the call is successful, otherwise, it returns an error code.
Prototype
public int JPISCreateVolBlock ( String cabinetName, short VolumeId, short SiteId )
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 |
VolumeId |
Index
of the |
Integer>0 |
Input parameter |
SiteId |
Unique Index of the Site where the specified Volume exists. |
|
Input parameter |
Output Parameters
This method return 1 if the call is successful, otherwise, it returns an error code.