CObArray::GetData

Use this member function to gain direct access to the elements in the array. If no elements are available, GetData returns a null value. While direct access to the elements of an array can help you work more quickly, use caution when calling GetData; any errors you make directly affect the elements of your array.

Syntax

int Append( const CArray& src );

At a Glance

Header file: Afxcoll.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CObArray Overview, CObArray Member Functions, Array Classes, CObArray::GetAt, CObArray::SetAt, CObArray::ElementAt