This document is archived and information here might be outdated. Recommended version. |
Name of licensed applications.
[Visual Basic .NET] Public Function get_ApplicationName ( _ ByVal nIdx As Integer _ ) As String
[C#] public string get_ApplicationName ( int nIdx );
[C++]
HRESULT get_ApplicationName(
long nIdx,
System.String* pVal
);
[C++]
Parameters nIdx [in]
nIdx is a parameter of type long pVal [out, retval]
pVal is a parameter of type BSTR*