Share via


CComDynamicUnkArray::GetAt

Retrieves the element at the specified index.

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

Reference

CComDynamicUnkArray Class