nIndex | 大于或等于0的整数索引值。 |
newElement | 新增到该数组的对象指针,该值允许为空值。 |
类 | 成员函数
CByteArray | void SetAtGrow( int nIndex, BYTE newElement ); | throw( CMemoryException ); CDWordArray | void SetAtGrow( int nIndex, DWORD newElement ); | throw( CMemoryException ); CPtrArray | void SetAtGrow( int nIndex, void* newElement ); | throw( CMemoryException ); CStringArray | void SetAtGrow( int nIndex, LPCTSTR newElement ); | throw( CMemoryException ); CUIntArray | void SetAtGrow( int nIndex, UINT newElement ); | throw( CMemoryException ); CWordArray | void SetAtGrow( int nIndex, WORD newElement ); | throw( CMemoryException ); |