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
Retrieves the element at the specified index.
IUnknown* GetAt(
int nIndex
);
A pointer to an IUnknown interface.
Header: atlcom.h