Modify

Opened 11 years ago

Closed 11 years ago

#2983 closed Bug (Fixed)

_WinApi_GetString documentation error

Reported by: j0kky Owned by:
Milestone: Component: Documentation
Version: 3.3.12.0 Severity: None
Keywords: _winapi_getstring documentation Cc:

Description

_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.

Attachments (0)

Change History (1)

comment:1 by guinness, 11 years ago

Resolution: Fixed
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.