CComDynamicUnkArray::GetAt

 

Retrieves the element at the specified index.

Syntax

      IUnknown* GetAt(
   int nIndex 
);

Parameters

  • nIndex
    The index of the element to retrieve.

Return Value

A pointer to an IUnknown interface.

Requirements

Header: atlcom.h

See Also

CComDynamicUnkArray Class