Jump to content

NLS.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 24: Line 24:
==DLL Entry Points==
==DLL Entry Points==
{|class="wikitable"
{|class="wikitable"
|1
|1||[[DosCaseMap]]
|[[OS2 API:CPI:DosCaseMap|DosCaseMap]]
|-
|-
|2
|2||[[DosGetCollate]]
|[[OS2 API:CPI:DosGetCollate|DosGetCollate]]
|-
|-
|3
|3||[[DosGetCtryInfo]]
|[[OS2 API:CPI:DosGetCtryInfo|DosGetCtryInfo]]
|-
|-
|4
|4||[[DosGetDBCSEv]]
|[[OS2 API:CPI:DosGetDBCSEv|DosGetDBCSEv]]
|-
|-
|5
|5||Dos32QueryCtryInfo
|[[OS2 API:CPI:Dos32QueryCtryInfo|Dos32QueryCtryInfo]]
|-
|-
|6
|6||Dos32QueryDBCSEnv
|[[OS2 API:CPI:Dos32QueryDBCSEnv|Dos32QueryDBCSEnv]]
|-
|-
|7
|7||Dos32MapCase
|[[OS2 API:CPI:Dos32MapCase|Dos32MapCase]]
|-
|-
|8
|8||Dos32QueryCollate
|[[OS2 API:CPI:Dos32QueryCollate|Dos32QueryCollate]]
|}
|}


Line 53: Line 45:


==Alternative Version==
==Alternative Version==
OSFree Project produced an alternative version of this file.  
OSFree Project produced an alternative version of this file.  


[[Category:Files]]
[[Category:Files]]

Revision as of 23:05, 4 December 2016

This DLL is part of OS/2's Control Program. This file contains the functions of the regional context.

On the latest version of OS/2, this file forwards it's functions to DOSCALL.

Version

Date Version Size Comments
2012-02-02 10:27 14.100 589 bytes osFree National Language Support API
2002-03-08 20:16 N/A 512 bytes

DLL Entry Points

1 DosCaseMap
2 DosGetCollate
3 DosGetCtryInfo
4 DosGetDBCSEv
5 Dos32QueryCtryInfo
6 Dos32QueryDBCSEnv
7 Dos32MapCase
8 Dos32QueryCollate

DLL's Loaded

Alternative Version

OSFree Project produced an alternative version of this file.