APIEnabled
APIEnabled is a Boolean flag that indicates whether the HLLAPI API has been enabled for the Personal Communications connection associated with this lsxECLSession object. The APIEnabled property is an integer and is read-only. APIEnabled is 1 if the HLLAPI API is available; otherwise, it is 0. The following example shows this property.
' Create an lsxECLSession object associated with connection A
dim mySessObj as new lsxECLSession("A")
' See if the HLLAPI API is enabled on this connection
if mySessObj.APIEnabled then
call hllapi_available