Jump to content

ANSICALL.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Line 2: Line 2:


==Version==
==Version==
{| class="wikitable"
{|class="wikitable"
!Date
!Date||Version||Size||Comments
!Version
!Size
!Comments
|-
|2011-09-17 06:13
|14.100
|463 bytes
|By OSFree. Alternative Version. ANSI escape sequence API.
|-
|2002-03-08 19:16
|N/A
|512 bytes
|By IBM.
|}
 
==Information==
{| class="wikitable"
!Ordinal
!Entry
!Desc
|-
|1
|AnsiInject
|Inject ANSI DSR output to KbdHandler buffer. Forwarder to DOSCALLS.848
|-
|3
|AnsiInterp
|ANSI Control Code Sequence interpreter. Forwarder to DOSCALLS.849
|-
|-
|2
|2011-09-17 06:13||14.100||463 bytes||By OSFree. Alternative Version. ANSI escape sequence API.
|AnsiKeydef
|ANSI keyboard key reassignment. Forwarder to DOSCALLS.850
|-
|-
|2002-03-08 19:16|| ||512 bytes||By IBM
|}
|}


==DLL Entry Points==
==DLL Entry Points==
{|class="wikitable"
{|class="wikitable"
|1
!Ordinal||Entry Point||Desc||Forwarder
|AnsiInject
|-
|1||AnsiInject||Inject ANSI DSR output to KbdHandler buffer||DOSCALLS.848
|-
|-
|2
|2||AnsiKeydef||ANSI keyboard key reassignment||DOSCALLS.850
|AnsiKeydef
|-
|-
|3
|3||AnsiInterp||ANSI Control Code Sequence interpreter||DOSCALLS.849
|AnsiInterp
|}
|}



Revision as of 00:26, 9 August 2017

This file is the ANSI terminal support. Extended display and keyboard support dynamic link library.

Version

Date Version Size Comments
2011-09-17 06:13 14.100 463 bytes By OSFree. Alternative Version. ANSI escape sequence API.
2002-03-08 19:16 512 bytes By IBM

DLL Entry Points

Ordinal Entry Point Desc Forwarder
1 AnsiInject Inject ANSI DSR output to KbdHandler buffer DOSCALLS.848
2 AnsiKeydef ANSI keyboard key reassignment DOSCALLS.850
3 AnsiInterp ANSI Control Code Sequence interpreter DOSCALLS.849

DLLs Loaded

Alternative Version

OSFree Project produced an alternative open source version of ANSICALL.DLL.