[fpc-pascal] Poss FPC Bug.
Justin Smyth
delphian at smythconsulting.net
Tue Apr 6 01:29:15 CEST 2010
guys i've been working on a port of an application that uses the Com IPersist Interface , one of its procedures seems to be wrong ,
Function GetClassId(clsid:TClsId):HResult; StdCall;
yet i believe it should be
Function GetClassId(out clsid:TClsId):HResult; StdCall
i've checked the MSDN and it says it should be returning a value -
its defined in C++ as
HRESULT GetClassID([out] CLSID *pClassID);
pClassID [out]
A pointer to the location that receives the CLSID on return. The CLSID is a globally unique identifier (GUID) that uniquely represents an object class that defines the code that can manipulate the object's data.
Delphian
Ps if i change this in the code , its the FPC that needs to be re complied ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20100406/2e987059/attachment.html>
More information about the fpc-pascal
mailing list