﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3628	_WinAPI_GetCaretPos() does not work	anonymous	Jpm	"_WinAPI_GetCaretPos() is supposed to return an array. It only returns 0.

{{{
#include <Debug.au3>
#include <WinAPIRes.au3>

_DebugSetup('Test', True)

$aCaret = _WinAPI_GetCaretPos()
_WinAPI_ShowLastError()

_DebugReportVar('Caret:', $aCaret)
}}}

Error 998
Invalid access to memory location.      

AutoIt: 3.3.14.5/X64, OS: WIN_10/X64, OSLang: 0409

@@ Debug(9) : {Int32} -> Caret: = 0"	Bug	closed	3.3.15.1	AutoIt	3.3.14.5	None	Fixed	winapi caret getcaretpos _WinAPI_GetCaretPos	
