Files
lazarus-ccr/components/geckoport/version2/gecko10/nsiinterfacerequestor.inc
loesje_ 9c2b80b5c4 * Re-generated .inc files with new version from the idlparser.
* 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
2012-03-19 14:43:54 +00:00

9 lines
181 B
PHP

type
nsIInterfaceRequestor = interface(nsISupports)
['{033A1470-8B2A-11d3-AF88-00A024FFC08C}']
procedure getInterface(constref uuid: TGuid; out result); safecall;
end;