This class represents the data of a wide string object. More...
Public Attributes | |
FX_STRSIZE | m_nAllocLength |
Length of allocation. | |
FX_STRSIZE | m_nDataLength |
Length of data (excluding terminator). | |
long | m_nRefs |
Reference count. | |
FX_WCHAR | m_String [1] |
Real data (actually a variable-sized array). | |
This class represents the data of a wide string object.