###User Defined Function###
_WinAPI_SetCaretPos

###Description###
Moves the caret to the specified coordinates.

###Syntax###
#include <WinAPIRes.au3>
_WinAPI_SetCaretPos ( $iX, $iY )


###Parameters###
@@ParamTable@@
$iX
	The new x-coordinate of the caret.
$iY
	The new y-coordinate of the caret.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ SetCaretPos
