Create
Volume Block
This
functionality is used to create a new Volume Block Volume Block for the
specified volume atVolume at given siteSite.
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 |
|
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 |
|
Input parameter |
Output Parameters
This
method return 1 if the call is successful, otherwise, it returns an error code.