Writing a Pluggable Component
  Writing an XPCOM Component: Details [ << Previous | Next >> ]

Writing an XPCOM Component: Details

  • implements one or more interfaces (and that means QueryInterface)
  • lives in the right place
  • gets registered
  • does its thing

[ Introduction to XPCOM | Introduction to XPCOM: Motivation | Introduction to XPCOM: Motivation | Using an XPCOM Component | Using an XPCOM Component: from C++ | Using an XPCOM Component: from Javascript | Writing an XPCOM Component | Writing an XPCOM Component: Details | Writing an XPCOM Component | Writing an XPCOM Component: in C++ | Further Information | Questions? ]