Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPlatformStreamer::putUnicodeStrToBuffer Method
Syntax
C++
static inline void putUnicodeStrToBuffer(const OdString& val, OdUInt8*& buffer);

Writes a Unicode string to the passed in buffer, in little endian format, using 2 bytes per character. The trailing null character is NOT written. 

 

Parameters
Description
val
[in] Unicode string to be written.
buffer
[in] Char buffer to which will receive the Unicode data.

The buffer pointer is incremented to the next byte past the string that was written.

Copyright © 2002-2022. Open Design Alliance All rights reserved.