Get SMS Labels

This method gets the List of labels on the SMS Server.

 

Usage in Visual C++/Visual Basic Application

Usage in Java Application

Error

 

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 iIndex with which the sSite is referenced.

Greater than 0

Input Parameter

noOfLabels

No.umber of labels on the SMS Server.

NOT NULL and length less than 20.

Input Parameter

SMSLabels

A vector of labels of type   SMSVolumeInfo on the SMS server Server corresponding to given siteidSiteId.

 

Input Parameter

 

Output Parameters

Return from this call is status of the call. 1 for success and error code for failure.

 

 

Usage in Java Application

 

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 iIndex with which sSite is referenced.

Greater than 0

Input Parameter

noOfVol

Numbero. of labels on the SMS Server.

NOT NULL and length less than 20.

Input Parameter

volList

A vector of labels of type   SMSVolumeInfo on the SMS sServer corresponding to given sSiteiId.

 

Input Parameter

 

Output Parameters

Return from this call is status of the call. 1 for success and errorcode for failure.