NAME

SetConsoleScreenBufferSize  (KERNEL32.@)

SYNOPSIS

 BOOL SetConsoleScreenBufferSize
 (
  HANDLE hConsoleOutput,
  COORD  dwSize
 )

DESCRIPTION

SetConsoleScreenBufferSize [KERNEL32.@] Changes size of console.

PARAMS

hConsoleOutput [In] Handle to console screen buffer.
dwSize [In] New size in character rows and cols.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "wincon.h".

Implemented in "dlls/kernel/console.c". source.winehq.org/source/dlls/kernel/console.c

Debug channel "console".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.