﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2983	_WinApi_GetString documentation error	j0kky		"_WinApi_GetString documentation:

{{{
If the pointer is incorrect, _WinAPI_GetString() does not set the @error flag but always returns an empty string.
}}}

False, if the pointer is incorrect or the buffer is empty, it sets @error to 10, example:

{{{
_WinAPI_GetString(Ptr(0))
_WinAPI_GetString(Ptr(Random(1, 10000)))
}}}

always return an empty string and set @error to 10."	Bug	closed		Documentation	3.3.12.0	None	Fixed	_winapi_getstring documentation	
