Jump to content

32-bit Unicode Console API: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
This is a 32-bit Unicode Console API.
This is a 32-bit Unicode Console API.


==Download==
;Author
*32-bit Unicode Console API Version 1.0.3 (2009/12/29)
* [[Jonathan de Boyne Pollard]]
** Complete with Developers Toolkit: [http://hobbes.nmsu.edu/download/pub/os2/dev/32-bit/conapi-1-0-3.zip conapi-1-0-3.zip]
** Runtime: [http://hobbes.nmsu.edu/download/pub/os2/dev/32-bit/conrt-1-0-3.zip conrt-1-0-3.zip]


==License==
;Licence
* Freeware. Closed Source.  
* Freeware. Closed Source.  


==DLLs==
;Files
* [[CONCALLS.DLL]]
*CONCALLS.DLL
* [[CON3216.DLL]]
*CON3216.DLL


==Functions==
==Functions==
Line 54: Line 51:
:DosWriteConsoleOutputNCell()
:DosWriteConsoleOutputNCell()
:DosWriteConsoleOutputNChar()
:DosWriteConsoleOutputNChar()
==Author==
* [[Jonathan de Boyne Pollard]]


==Links==
==Links==
* [http://homepage.ntlworld.com/jonathan.deboynepollard/Softwares/conapi.html Website]
*[http://jdebp.eu/Softwares/conapi.html Website]
*32-bit Unicode Console API Version 1.0.3 (2009/12/29)
** Complete with Developers Toolkit: [http://hobbes.nmsu.edu/download/pub/os2/dev/32-bit/conapi-1-0-3.zip conapi-1-0-3.zip]
** Runtime: [http://hobbes.nmsu.edu/download/pub/os2/dev/32-bit/conrt-1-0-3.zip conrt-1-0-3.zip]


[[Category:The OS/2 API Project]]
[[Category:C Libraries]]

Revision as of 20:11, 20 January 2017

This is a 32-bit Unicode Console API.

Author
Licence
  • Freeware. Closed Source.
Files
  • CONCALLS.DLL
  • CON3216.DLL

Functions

DosFlushConsoleInputEvents()
DosQueryConsoleCursorPos()
DosQueryConsoleCursorSize()
DosQueryConsoleInputCodePage()
DosQueryConsoleInputEventCount()
DosQueryConsoleMaximumSize()
DosQueryConsoleMaximumWindowSize()
DosQueryConsoleMode()
DosQueryConsoleNumberOfMouseButtons()
DosQueryConsoleOutputCodePage()
DosQueryConsoleShiftState()
DosQueryConsoleSize()
DosQueryConsoleWindow()
DosReadConsoleInputEvent()
DosReadConsoleOutputAttrStr()
DosReadConsoleOutputCellStr()
DosReadConsoleOutputCharStr()
DosScrollConsoleDown()
DosScrollConsoleLeft()
DosScrollConsoleRight()
DosScrollConsoleUp()
DosSetConsoleCursorPos()
DosSetConsoleCursorSize()
DosSetConsoleInputCodePage()
DosSetConsoleInputFocus()
DosSetConsoleMode()
DosSetConsoleOutputAttr()
DosSetConsoleOutputCodePage()
DosSetConsoleOutputFocus()
DosSetConsoleShiftState()
DosSetConsoleSize()
DosSetConsoleWindow()
DosWriteConsoleOutputAttrStr()
DosWriteConsoleOutputCellStr()
DosWriteConsoleOutputCharStr()
DosWriteConsoleOutputCharStrAttr()
DosWriteConsoleOutputNAttr()
DosWriteConsoleOutputNCell()
DosWriteConsoleOutputNChar()

Links