GetLicenseStatus Method
Description
The license status for the specified client type.
Syntax
Visual Basic
Public Sub GetLicenseStatus( _
   ByVal ClientType As Long, _
   ByRef InUse As Long, _
   ByRef Max As Long _
) 
Parameters
ClientType
A value of the tagTDAPI_LICENSE Enumeration.
InUse
The number of modules of the specified type currently in use.
Max
The maximum number of modules of the specified type that can be used simultaneously.
Remarks
This method reports pooled licenses. Named licenses are not reported.
See Also