Visible to Intel only — GUID: GUID-CF2190D6-3764-499D-AC15-912FE4634915
Visible to Intel only — GUID: GUID-CF2190D6-3764-499D-AC15-912FE4634915
NLSGetEnvironmentCodepage
NLS Function: Returns the codepage number for the system (Window) codepage or the console codepage. This routine is only available for Windows.
Module
USE IFNLS
result = NLSGetEnvironmentCodepage (flags)
flags |
(Input) INTEGER(4). Tells the function which codepage number to return. Available values (defined in IFNLS.F90) are:
|
Results
The result type is INTEGER(4).
The result is zero if successful; otherwise, it returns one of the following error codes:
NLS$ErrorInvalidFlags - flags has an illegal value.
NLS$ErrorNoConsole - There is no console associated with the given application. So, operations with the console codepage are not possible.