This data structure is used by NS_InitXPCOM3 to specify static XPCOM modules.
#include "nsXPCOM.h"
struct nsStaticModuleInfo {
const char* name;
nsGetModuleProc getModule;
};
nsIModule instance.
Page last modified 23:35, 27 Oct 2005 by DarinFisher