Returned StringsΒΆ

SAF offers three ways for string valued arguments to be returned by the client; client allocates and frees, lib allocates and client frees, or strings are allocated from a string pool and freed automatically by the library using a least recently used policy. See saf_setProps_StrMode for more information.