Search completed in 1.08 seconds.
5 results for "NsStaticModuleInfo":
nsStaticModuleInfo
MozillaTechXPCOMReferencensStaticModuleInfo
#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.
NS_InitXPCOM3
MozillaTechXPCOMReferenceCore functionsNS InitXPCOM3
#include "nsxpcom.h" nsresult ns_initxpcom3( nsiservicemanager** aresult, nsifile* abindirectory, nsidirectoryserviceprovider* aappfilelocationprovider, nsstaticmoduleinfo const* astaticmodules, pruint32 astaticmodulecount ); parameters aresult [out] the resulting xpcom service manager.
... astaticmodules [in] an array of nsstaticmoduleinfo objects.
Index
MozillaTechXPCOMIndex
for example, to request the 'show all threads' view use the constant: 1268 nsstaticmoduleinfo this data structure is used by ns_initxpcom3 to specify static xpcom modules.
nsGetModuleProc
MozillaTechXPCOMReferencensGetModuleProc
see also nsgetmodule, nsstaticmoduleinfo, nsimodule ...
XPCOM reference
MozillaTechXPCOMReference
for example, to request the 'show all threads' view use the constant:nsstaticmoduleinfothis data structure is used by ns_initxpcom3 to specify static xpcom modules.standard xpcom componentsthere are a number of components provided in the standard implementation of xpcom; these are as follows.xpcom glue classesthese "glue" classes are provided to make it easier to use xpcom from c++ code.xpcom interface referencethis is a reference to the xpcom interfaces provided by the mozilla plat...