Files
lazarus-ccr/components/geckoport/version2/gecko10/nsimodule.inc

12 lines
547 B
PHP
Raw Normal View History

type
nsIModule = interface(nsISupports)
['{7392D032-5371-11d3-994E-00805FD26FEE}']
procedure getClassObject(aCompMgr: nsIComponentManager; constref aClass: TGuid; constref aIID: TGuid; out aResult); safecall;
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;