Jump to content

32-bit Unicode Console API: Difference between revisions

From EDM2
Created page with "==Description== This is a 32-bit Unicode Console API. ==Download== * [http://homepage.ntlworld.com./jonathan.deboynepollard/Softwares/where-to-find.html JdeBP's 32-bit Unicod..."
(No difference)

Revision as of 15:05, 2 March 2015

Description

This is a 32-bit Unicode Console API.

Download

License

  • Freeware. Closed Source.

DLLs

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()