- FillConsoleOutputCharacter
alias FillConsoleOutputCharacter = FillConsoleOutputCharacterW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FillConsoleOutputCharacter
alias FillConsoleOutputCharacter = FillConsoleOutputCharacterA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleTitle
alias GetConsoleTitle = GetConsoleTitleW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleTitle
alias GetConsoleTitle = GetConsoleTitleA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- PCHAR_INFO
alias PCHAR_INFO = CHAR_INFO*
Undocumented in source.
- PCONSOLE_CURSOR_INFO
alias PCONSOLE_CURSOR_INFO = CONSOLE_CURSOR_INFO*
Undocumented in source.
- PCONSOLE_FONT_INFO
alias PCONSOLE_FONT_INFO = CONSOLE_FONT_INFO*
Undocumented in source.
- PCONSOLE_SCREEN_BUFFER_INFO
alias PCONSOLE_SCREEN_BUFFER_INFO = CONSOLE_SCREEN_BUFFER_INFO*
Undocumented in source.
- PCOORD
alias PCOORD = COORD*
Undocumented in source.
- PHANDLER_ROUTINE
alias PHANDLER_ROUTINE = BOOL function(DWORD)
Undocumented in source.
- PINPUT_RECORD
alias PINPUT_RECORD = INPUT_RECORD*
Undocumented in source.
- PMENU_EVENT_RECORD
alias PMENU_EVENT_RECORD = MENU_EVENT_RECORD*
Undocumented in source.
- PSMALL_RECT
alias PSMALL_RECT = SMALL_RECT*
Undocumented in source.
- PeekConsoleInput
alias PeekConsoleInput = PeekConsoleInputW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- PeekConsoleInput
alias PeekConsoleInput = PeekConsoleInputA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsole
alias ReadConsole = ReadConsoleW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsole
alias ReadConsole = ReadConsoleA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleInput
alias ReadConsoleInput = ReadConsoleInputW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleInput
alias ReadConsoleInput = ReadConsoleInputA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleOutput
alias ReadConsoleOutput = ReadConsoleOutputW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleOutput
alias ReadConsoleOutput = ReadConsoleOutputA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleOutputCharacter
alias ReadConsoleOutputCharacter = ReadConsoleOutputCharacterW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleOutputCharacter
alias ReadConsoleOutputCharacter = ReadConsoleOutputCharacterA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ScrollConsoleScreenBuffer
alias ScrollConsoleScreenBuffer = ScrollConsoleScreenBufferW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ScrollConsoleScreenBuffer
alias ScrollConsoleScreenBuffer = ScrollConsoleScreenBufferA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleTitle
alias SetConsoleTitle = SetConsoleTitleW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleTitle
alias SetConsoleTitle = SetConsoleTitleA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsole
alias WriteConsole = WriteConsoleW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsole
alias WriteConsole = WriteConsoleA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleInput
alias WriteConsoleInput = WriteConsoleInputW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleInput
alias WriteConsoleInput = WriteConsoleInputA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleOutput
alias WriteConsoleOutput = WriteConsoleOutputW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleOutput
alias WriteConsoleOutput = WriteConsoleOutputA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleOutputCharacter
alias WriteConsoleOutputCharacter = WriteConsoleOutputCharacterW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleOutputCharacter
alias WriteConsoleOutputCharacter = WriteConsoleOutputCharacterA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- AllocConsole
BOOL AllocConsole()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- AttachConsole
BOOL AttachConsole(DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateConsoleScreenBuffer
HANDLE CreateConsoleScreenBuffer(DWORD , DWORD , SECURITY_ATTRIBUTES* , DWORD , LPVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FillConsoleOutputAttribute
BOOL FillConsoleOutputAttribute(HANDLE , WORD , DWORD , COORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FillConsoleOutputCharacterA
BOOL FillConsoleOutputCharacterA(HANDLE , CHAR , DWORD , COORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FillConsoleOutputCharacterW
BOOL FillConsoleOutputCharacterW(HANDLE , WCHAR , DWORD , COORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FlushConsoleInputBuffer
BOOL FlushConsoleInputBuffer(HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FreeConsole
BOOL FreeConsole()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GenerateConsoleCtrlEvent
BOOL GenerateConsoleCtrlEvent(DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleCP
UINT GetConsoleCP()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleCursorInfo
BOOL GetConsoleCursorInfo(HANDLE , PCONSOLE_CURSOR_INFO )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleDisplayMode
BOOL GetConsoleDisplayMode(LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleMode
BOOL GetConsoleMode(HANDLE , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleOutputCP
UINT GetConsoleOutputCP()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleScreenBufferInfo
BOOL GetConsoleScreenBufferInfo(HANDLE , PCONSOLE_SCREEN_BUFFER_INFO )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleTitleA
DWORD GetConsoleTitleA(LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleTitleW
DWORD GetConsoleTitleW(LPWSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetConsoleWindow
HWND GetConsoleWindow()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetLargestConsoleWindowSize
COORD GetLargestConsoleWindowSize(HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetNumberOfConsoleInputEvents
BOOL GetNumberOfConsoleInputEvents(HANDLE , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetNumberOfConsoleMouseButtons
BOOL GetNumberOfConsoleMouseButtons(PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- PeekConsoleInputA
BOOL PeekConsoleInputA(HANDLE , PINPUT_RECORD , DWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- PeekConsoleInputW
BOOL PeekConsoleInputW(HANDLE , PINPUT_RECORD , DWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleA
BOOL ReadConsoleA(HANDLE , PVOID , DWORD , PDWORD , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleInputA
BOOL ReadConsoleInputA(HANDLE , PINPUT_RECORD , DWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleInputW
BOOL ReadConsoleInputW(HANDLE , PINPUT_RECORD , DWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleOutputA
BOOL ReadConsoleOutputA(HANDLE , PCHAR_INFO , COORD , COORD , PSMALL_RECT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleOutputAttribute
BOOL ReadConsoleOutputAttribute(HANDLE , LPWORD , DWORD , COORD , LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleOutputCharacterA
BOOL ReadConsoleOutputCharacterA(HANDLE , LPSTR , DWORD , COORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleOutputCharacterW
BOOL ReadConsoleOutputCharacterW(HANDLE , LPWSTR , DWORD , COORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleOutputW
BOOL ReadConsoleOutputW(HANDLE , PCHAR_INFO , COORD , COORD , PSMALL_RECT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReadConsoleW
BOOL ReadConsoleW(HANDLE , PVOID , DWORD , PDWORD , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ScrollConsoleScreenBufferA
BOOL ScrollConsoleScreenBufferA(HANDLE , const(SMALL_RECT)* , const(SMALL_RECT)* , COORD , const(CHAR_INFO)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ScrollConsoleScreenBufferW
BOOL ScrollConsoleScreenBufferW(HANDLE , const(SMALL_RECT)* , const(SMALL_RECT)* , COORD , const(CHAR_INFO)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleActiveScreenBuffer
BOOL SetConsoleActiveScreenBuffer(HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleCP
BOOL SetConsoleCP(UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleCtrlHandler
BOOL SetConsoleCtrlHandler(PHANDLER_ROUTINE , BOOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleCursorInfo
BOOL SetConsoleCursorInfo(HANDLE , const(CONSOLE_CURSOR_INFO)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleCursorPosition
BOOL SetConsoleCursorPosition(HANDLE , COORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleDisplayMode
BOOL SetConsoleDisplayMode(HANDLE , DWORD , PCOORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleMode
BOOL SetConsoleMode(HANDLE , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleOutputCP
BOOL SetConsoleOutputCP(UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleScreenBufferSize
BOOL SetConsoleScreenBufferSize(HANDLE , COORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleTextAttribute
BOOL SetConsoleTextAttribute(HANDLE , WORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleTitleA
BOOL SetConsoleTitleA(LPCSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleTitleW
BOOL SetConsoleTitleW(LPCWSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetConsoleWindowInfo
BOOL SetConsoleWindowInfo(HANDLE , BOOL , const(SMALL_RECT)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleA
BOOL WriteConsoleA(HANDLE , PCVOID , DWORD , PDWORD , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleInputA
BOOL WriteConsoleInputA(HANDLE , const(INPUT_RECORD)* , DWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleInputW
BOOL WriteConsoleInputW(HANDLE , const(INPUT_RECORD)* , DWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleOutputA
BOOL WriteConsoleOutputA(HANDLE , const(CHAR_INFO)* , COORD , COORD , PSMALL_RECT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleOutputAttribute
BOOL WriteConsoleOutputAttribute(HANDLE , const(WORD)* , DWORD , COORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleOutputCharacterA
BOOL WriteConsoleOutputCharacterA(HANDLE , LPCSTR , DWORD , COORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleOutputCharacterW
BOOL WriteConsoleOutputCharacterW(HANDLE , LPCWSTR , DWORD , COORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleOutputW
BOOL WriteConsoleOutputW(HANDLE , const(CHAR_INFO)* , COORD , COORD , PSMALL_RECT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteConsoleW
BOOL WriteConsoleW(HANDLE , PCVOID , DWORD , PDWORD , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
\ wincon.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \**********************************************************************