Enumerates objects in the current container.
HRESULT EnumObjects(
DWORD grfFlags, //Value specifying what is to be enumerated
IEnumUnknown **ppenum
//Address of output variable that receives the
// IEnumUnknown interface pointer
);
This method supports the standard return value E_FAIL, as well as the following:
A container should implement EnumObjects to enable programmatic clients to find out what objects it holds. This method, however, is not called in standard linking scenarios.
Windows NT: Use version 3.1 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in oleidl.h.
IEnumUnknown, IOleItemContainer, OLECONTF