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
-
string | The 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.