ril 06, 2010 9:56 AM
Subject: Re: [fpc-pascal] Poss FPC Bug.
On Mon, Apr 5, 2010 at 8:29 PM, Justin Smyth
wrote:
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):HResu
On Mon, Apr 5, 2010 at 8:29 PM, Justin Smyth
wrote:
> 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 GetClass
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