CComUnkArray::begin

IUnknown**begin();

Return Value

A pointer to an IUnknown interface pointer.

Remarks

Returns a pointer to beginning of the collection of IUnknown interface pointers.

The collection contains pointers to interfaces stored locally as IUnknown. You cast each IUnknown interface to the real interface type and then call through it. You do not need to query for the interface first.

Before using the IUnknown interface, you should check that it is not NULL.

CComUnkArray OverviewClass Members

See Also   CComUnkArray::end, CComDynamicUnkArray::begin