CSimpleStringT::GetAllocLength
Retrieves the allocated length of a CSimpleStringT object.
int GetAllocLength( ) const throw( );
Возвращаемое значение
The number of characters allocated for this object.
Заметки
Call this method to determine the number of characters allocated for this CSimpleStringT object. See FreeExtra for an example of calling this function.
Требования
Header: atlsimpstr.h