Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the current upper bound of this array.
INT_PTR GetUpperBound( ) const;
Remarks
Because array indexes are zero-based, this function returns a value 1 less than GetSize.
The condition GetUpperBound( ) = –1 indicates that the array contains no elements.
Example
See the example for CArray::GetAt.
Requirements
Header: afxtempl.h