All Frameworks Class Hierarchy This Framework Previous Next Indexes
ObjectSpecsModeler Interface CATIClientContainer
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIClientContainer
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIClientContainer
Interface used to filter features inside a container.
Method Index
- o
ListMembers(IID&,CATUnicodeString,CATListPtrCATBaseUnknown**)
- Returns a list of features inside a container, filtered by interface and client id.
Methods
o ListMembers
-
Returns a list of features inside a container, filtered by interface and client id.
Role:On a Container, we can ask for objects adhering to a given interface
and belonging to a client identified by a string.
- Parameters:
-
- iIID
- IID of the interface.
- ClientID
- String identifying the Client. The names of its StartUps were suffixed at creation by this string.
- oLst
- List containing the requested features.
This object is included in the file: CATIClientContainer.h
If needed, your Imakefile.mk should include the module: CATObjectSpecsModeler