CSimpleStringT::GetAllocLength
Retrieves the allocated length of a CSimpleStringT object.
int GetAllocLength( ) const throw( );
Return Value
The number of characters allocated for this object.
Remarks
Call this method to determine the number of characters allocated for this CSimpleStringT object. See FreeExtra for an example of calling this function.
Requirements
Header: atlsimpstr.h