OpenDOF Project
DOSStatus DOSValue_Put_String ( const char *  string)

Marshal a standard C string (with a NULL terminating character) into the send buffer.

For strings that may contain embedded NULL characters (valid for some wide-character string encodings), use DOSValue_Put_BLOB instead.

Parameters
stringThe string to put into the send buffer. Must not be NULL.
Returns
DOSSTATUS_SUCCESS on success.
Note
When marshaling values into the send buffer, remember to do so in reverse order that they will be unmarshaled.
core-c-cos Version 7.0.1 Build 0
2018-02-08