4.5.210. besALLOC_RETURN_POINTER

[<<<] [>>>]

Use this macro to allocate a string as a return value to return a pointer. If there is not enough space to store the result the macro returns from the function with the error code COMMAND_ERROR_MEMORY_LOW.

After using this macro the macro STRINGVALUE(besRETURNVALUE) can be used to access the byte-buffer of the return value. Usually the program uses memcpy to copy the bytes there.


[<<<] [>>>]