C
bool GetCountryList(OptimaServer* Server, OptimaCountryList* CountryList);
Java
boolean Server.GetCountryList(Vector CountryList);
.net
bool Server.GetCountryList(IList CountryList);
bool GetCountryList(OptimaServer* Server, OptimaCountryList* CountryList);
boolean Server.GetCountryList(Vector CountryList);
bool Server.GetCountryList(IList CountryList);