IObjectArray interface
Exposes methods that enable clients to access items in a collection of objects that support IUnknown.
Members
The IObjectArray interface inherits from the IUnknown interface. IObjectArray also has these types of members:
Methods
The IObjectArray interface has these methods.
| Method | Description |
|---|---|
| GetAt |
Provides a pointer to a specified object's interface. The object and interface are specified by index and interface ID. |
| GetCount |
Provides a count of the objects in the collection. |
Remarks
When to Implement
Clients do not need to implement this interface.
When to Use
Use this interface to access generic objects in an array.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|