Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IModule::enumComponents ( p6IEnumComponents **  ppEnum)
pure virtual

User to enumerate the available components in the module return each components associated P6COMPONENTDATA structure.

Note
This interface can be called prior to calling this components initialize() method.
Parameters
ppEnum[ out ] The address of a p6IEnumComponents interface pointer in which will be placed the enumeration interface pointer.
Returns