2012-03-17 10:50:10 +00:00
|
|
|
type
|
|
|
|
|
|
|
|
nsIModule = interface(nsISupports)
|
|
|
|
['{7392D032-5371-11d3-994E-00805FD26FEE}']
|
2012-03-19 14:43:54 +00:00
|
|
|
procedure getClassObject(aCompMgr: nsIComponentManager; constref aClass: TGuid; constref aIID: TGuid; out aResult); safecall;
|
2012-03-17 10:50:10 +00:00
|
|
|
procedure registerSelf(aCompMgr: nsIComponentManager; aLocation: nsIFile; aLoaderStr: PAnsiChar; aType: PAnsiChar); safecall;
|
|
|
|
procedure unregisterSelf(aCompMgr: nsIComponentManager; aLocation: nsIFile; aLoaderStr: PAnsiChar); safecall;
|
|
|
|
function canUnload(aCompMgr: nsIComponentManager) : longbool; safecall;
|
|
|
|
|
|
|
|
end;
|
|
|
|
|