.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetConsoleCursorInfo 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetConsoleCursorInfo\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetConsoleCursorInfo ( HANDLE \fIhCon\fR, LPCONSOLE_CURSOR_INFO \fIcinfo\fR ) .SH DESCRIPTION .PP GetConsoleCursorInfo [\fBKERNEL32\fR.@] Gets size and visibility of console. .SH PARAMS hcon \fB[In]\fR Handle to console screen buffer. .PP \fIcinfo\fR \fB[Out]\fR Address of cursor information. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"wincon.h"\fR. .PP Implemented in \fB"dlls/kernel32/console.c"\fR. .PP Debug channel \fB"console"\fR.