Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
#define P6ADD_COMPONENT (   cid,
  createInst,
  name,
  categories,
  catcnt 
)
Value:
{ \
&(cid), \
(P6CREATEINST) (createInst), \
(name), \
(const P6CATEGORYDATA*)(categories), \
(catcnt) \
}
P6ERR(* P6CREATEINST)(p6ICom *pOuter, const P6R::P6IID &iid, P6VOID **ppNewComponent)
Defines the static createInstance() method that a component must implement (usually using the P6_DECL...
Definition: p6compif.h:50

Definition at line 648 of file p6comhlpr.h.