mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 19:28:13 +02:00
* Fix IENumVariant interface to be more delphi compatible
git-svn-id: trunk@26863 -
This commit is contained in:
parent
5848e5e33a
commit
4dfb88d11f
@ -3108,9 +3108,9 @@ TYPE
|
||||
IEnumVARIANT = Interface (IUnknown)
|
||||
['{00020404-0000-0000-C000-000000000046}']
|
||||
{$ifndef Call_as}
|
||||
Function Next(celt: ULONG; OUT rgVar: VARIANT; pCeltFetched: pULONG=nil):HResult;StdCall;
|
||||
Function Next(celt: ULONG; OUT rgVar: OLEVARIANT; out pCeltFetched: ULONG):HResult;StdCall;
|
||||
{$else}
|
||||
Function Next(celt: ULONG; OUT rgVar: VARIANT; pCeltFetched: pULONG=nil):HResult;StdCall;
|
||||
Function Next(celt: ULONG; OUT rgVar: OLEVARIANT; pCeltFetched: pULONG=nil):HResult;StdCall;
|
||||
{$endif}
|
||||
Function Skip(celt: ULONG):HResult;StdCall;
|
||||
Function Reset():HResult;StdCall;
|
||||
|
Loading…
Reference in New Issue
Block a user