ALM Open Test Architecture API Type Library Version 12.55
GetLicenses Method
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.
The output description of the licenses: Type code, approval status, and UID.
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

ITDConnection2 Interface  | ITDConnection2 Members