C
const char* getCompanyName(OptimaLicense* License);
Java
String License.getCompanyName();
.net
string License.CompanyName;
const char* getCompanyName(OptimaLicense* License);
String License.getCompanyName();
string License.CompanyName;