Issue Details
In my application, which is sensitive to performance, I need to transfer a string from LabVIEW to a shared library using a Call Library Node. This Call Library Node function seems to offer several methods for passing strings:

What is the most efficient format for passing a read-only string to my shared library, such as to minimize the number of string copies or memory allocations made?