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
10 lines
245 B
PHP
10 lines
245 B
PHP
type
|
|
|
|
nsIFactory = interface(nsISupports)
|
|
['{00000001-0000-0000-c000-000000000046}']
|
|
procedure createInstance(aOuter: nsISupports; constref iid: TGuid; out result); safecall;
|
|
procedure lockFactory(lock: longbool); safecall;
|
|
|
|
end;
|
|
|