Marshal a BLOB into the send buffer.
This may also be used for strings that may contain embedded NULL characters (valid for some wide-character string encodings).
- Parameters
-
len | The length of the raw BLOB data. |
data | The raw BLOB data 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.