mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 21:19:26 +02:00
* stdcall added to ipropertysetstorage, mantis 18315
git-svn-id: trunk@16643 -
This commit is contained in:
parent
77fa5b7fb9
commit
b25f51e2e1
@ -3403,7 +3403,7 @@ Type
|
||||
|
||||
IPropertySetStorage = Interface(IUnknown)
|
||||
['{0000013A-0000-0000-C000-000000000046}']
|
||||
function Create(const rfmtid:FMTID; const pclsid:CLSID; grfFlags:DWORD; grfMode:DWORD; out ppprstg:IPropertyStorage):HRESULT;
|
||||
function Create(const rfmtid:FMTID; const pclsid:CLSID; grfFlags:DWORD; grfMode:DWORD; out ppprstg:IPropertyStorage):HRESULT; StdCall;
|
||||
function Open(const fmtid:FMTID; grfMode:DWORD; out ppprstg:IPropertyStorage):HRESULT; StdCall;
|
||||
function Delete(const rfmtid:FMTID):HRESULT; StdCall;
|
||||
function Enum(out ppenum:IEnumSTATPROPSETSTG):HRESULT; StdCall;
|
||||
|
Loading…
Reference in New Issue
Block a user