.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetConsoleCursorPosition 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetConsoleCursorPosition\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetConsoleCursorPosition ( HANDLE \fIhcon\fR, COORD \fIpos\fR ) .SH DESCRIPTION .PP Sets the cursor position in console. .SH PARAMS hConsoleOutput \fB[In]\fR Handle of console screen buffer. .PP dwCursorPosition \fB[In]\fR New cursor position coordinates. .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.