Modify

Opened 9 years ago

Closed 9 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 Changed 9 years ago by guinness

  • Resolution set to Fixed
  • Status changed from new to closed

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.