#include <p6compif.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6ERR | next (P6R::P6UINT32 cElements, P6R::P6COMPONENTDATA *parElements, P6R::P6UINT32 *pcReturned)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6INT32 | release ()=0 |
virtual P6R::P6ERR | reset ()=0 |
Enumerates the components in the current module (DLL).
This is returned by the p6IModule::enumComponents() method and provides a way to determine what components are available in a given module at runtime.
Definition at line 106 of file p6compif.h.