Foxit PDF SDK
CFX_StringDataW Struct Reference

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).
 

Detailed Description

This class represents the data of a wide string object.