CObArray::GetData

This method gains 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.

At a Glance

Header file: Afxcoll.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

int Append( const CArray& src );

See Also

CObArray::GetAt, CObArray::SetAt, CObArray::ElementAt