Registers a factory to be used to instantiate a particular class identified by ClassID, and creates an association of class name and ContractID with the class. However, unlike registerFactory, the location of the component containing the factory implementation is specified instead of the factory instance.
void registerFactoryLocation( in nsCIDRef aClassID, in string aClassName, in string aContractID, in nsIFile aFile, in string aLoaderStr, in string aType );
nsIModule's registerSelf callback and must be fowarded unmodified when registering factories via their location. nsIModule's registerSelf callback and must be fowarded unmodified when registering factories via their location.
Page last modified 01:25, 9 Nov 2005 by DarinFisher