Home > lang > strptr 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
StrPtr
Result = StrPtr ( Pointer AS Pointer )

Returns the zero-terminated string located at a given memory address as a Gambas constant String.

If Pointer points at a memory allocation returned by Alloc, do not free the allocation before you end dealing with the string.

If Pointer points at an unreadable memory address, then NULL is returned.

See also

External Function Management