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

10 lines
245 B
PHP
Raw Normal View History

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;