table of contents
other versions
- wheezy 1.4.1-4
SetConsoleActiveScreenBuffer(3w) | Wine API | SetConsoleActiveScreenBuffer(3w) |
NAME¶
SetConsoleActiveScreenBuffer (KERNEL32.@)SYNOPSIS¶
BOOL SetConsoleActiveScreenBuffer(
HANDLE hConsoleOutput
)
DESCRIPTION¶
SetConsoleActiveScreenBuffer [ KERNEL32.@] Sets buffer to current console.RETURNS¶
Success: TRUE Failure: FALSEIMPLEMENTATION¶
Declared in "wincon.h". Implemented in "dlls/kernel32/console.c". Debug channel "console".Oct 2012 | Wine API |