The CUIntArray class supports arrays of unsigned integers. Because the methods of CUIntArray are similar to the methods of class CObArray, use the CObArray reference documentation for method specifics. Wherever you see a CObject pointer as a function parameter or return value, substitute a UINT. For example,
CObject* CObArray::GetAt( int <nIndex> ) const;
translates to
UINT CUIntArray::GetAt( int <nIndex> ) const;
Header file: | Afxtempl.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |