GetLicenses Method
Description
Allocates multiple licenses types according to the LicensesType parameter.
Syntax
Visual Basic
Public Sub GetLicenses( _
   ByVal LicensesType As Long, _
   ByRef pVal As String _
) 
Parameters
LicensesType
A bit mask composed of members of the tagTDLICENSE_CLIENT Enumeration combined with a bit-wise OR. Each bit set in the mask indicates that the description of the license of that type is to be returned in the output argument.
pVal
The output description of the licenses: Type code, approval status, and UID.
Remarks
Error codes in the return string are from  the tagTDAPI_ERRORCODES Enumeration.
See Also