Mozilla.com

  1. MDC
  2. Main Page
  3. nsStaticModuleInfo
Table of contents
  1. 1. Summary
  2. 2. Members

nsStaticModuleInfo

Table of contents
  1. 1. Summary
  2. 2. Members

Summary

This data structure is used by NS_InitXPCOM3 to specify static XPCOM modules.

#include "nsXPCOM.h"

struct nsStaticModuleInfo {
  const char*      name;
  nsGetModuleProc  getModule;
};

Members

name
This member provides the name of the module as a null-terminated, ASCII-valued character array.
getModule
This member provides a function pointer of type nsGetModuleProc that returns a nsIModule instance.

Page last modified 23:35, 27 Oct 2005 by DarinFisher

Tags:

Files (0)