Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdStringDataA Structure
Syntax
C++
struct OdStringDataA { OdRefCounter nRefs; int nDataLength; int nAllocLength; OdCodePageId codepage; };

This structure contains string data used by OdAnsiString.

An char array (buffer) is allocated along with this structure, and is freed when this structure is freed. 

Corresponding C++ library: TD_Root

File: OdAnsiString.h 

Module: API Reference 

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