This method gets the List of
labels on the SMS
Server.
Usage in Visual
C++/Visual Basic Application
Usage in Visual C++/Visual Basic
Application
Prototype
int
WINAPI NGISGetSMSLabels ( LPTSTR
cabinetName, short siteId,
PSHORT noOfLabels, SMSVolumeInfo
** SMSLabels
)
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 |
siteId |
Site |
Greater
than 0 |
Input Parameter |
noOfLabels |
N |
NOT NULL and length less than
20. |
Input Parameter |
SMSLabels |
A vector of labels of type |
|
Input Parameter |
Output Parameters
Return from this call is status of the call. 1 for
success and error code for failure.
Prototype
public
int JPISGetSMSLabels ( String
cabinetName, short siteId,
JPDBShort noOfVol, Vector volList
)
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 |
siteId |
Site
|
Greater than 0 |
Input
Parameter |
noOfVol |
Number |
NOT
NULL and length less than 20. |
Input
Parameter |
volList |
A
vector of labels of type
SMSVolumeInfo on
the SMS |
|
Input
Parameter |
Output Parameters
Return from this call is status of the call. 1 for
success and errorcode for failure.