OSGetCountryInfo

Returns information about the server's locale.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  void OSGetCountryInfo (
     countryinfo_t   *info );
  

Parameters

info

(OUT) Points to a structure containing information about the locale.

Remarks

This is a NetWare specific interface, and as such, is not a preferred or recommended interface. New development should use the standard interfaces. See Locale Functions.

See Also