CHStringArray::InsertAt(int,CHStringArray*) method (chstrarr.h)

[The CHStringArray class is part of the WMI Provider Framework which is now considered in final state, and no further development, enhancements, or updates will be available for non-security related issues affecting these libraries. The MI APIs should be used for all new development.]

The InsertAt method inserts all of the elements of another CHStringArray array at the index specified by nStartIndex.

Syntax

void  throw(CHeap_Exception) InsertAt(
  int           nStartIndex,
  CHStringArray *pNewArray
);

Parameters

nStartIndex

Type: int

An integer index that can be greater than the value returned by GetUpperBound.

pNewArray

Type: CHStringArray*

Pointer to another CHStringArray that contains the elements to be inserted into this array.

Return value

This method does not return a value.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header chstrarr.h (include FwCommon.h)
Library FrameDyn.lib
DLL FrameDynOS.dll; FrameDyn.dll

See also

CHStringArray

CHStringArray::Add

CHStringArray::RemoveAt

CHStringArray::SetAt