You've already forked lazarus-ccr
* Some string-types are now not returned as function result but as parameter. Solves several string issues. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2357 8e941d3f-bd1b-0410-a28a-d453659cc2b4
12 lines
547 B
PHP
12 lines
547 B
PHP
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;
|
|
|