GetConsoleScreenBufferInfo PROC
(MS-Windows)
Gets information about the console screen
buffer.
Use SetConsoleWindowInfo to scroll
the screen buffer in the window or to change the size of the
window.
Call GetLastError to get extended error
information.
GetConsoleScreenBufferInfo PROTO, outHandle:DWORD, pBufferInfo:PTR CONSOLE_SCREEN_BUFFER_INFO Returns: (BOOL) EAX = TRUE (non-zero) if successful, FALSE (zero) if fails. |
Argument | Win Type | MASM Type | Description |
---|---|---|---|
outHandle | HANDLE | DWORD | Handle to console screen buffer. |
pBufferInfo | PCONSOLE_SCREEN _BUFFER_INFO |
PTR CONSOLE_SCREEN_BUFFER_INFO | Pointer to a CONSOLE_SCREEN_BUFFER_INFO structure. |
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |