Jose's Read Only Forum 2023

IT-Consultant: José Roca (PBWIN 10+/PBCC 6+) (Archive only) => Windows API Headers => Topic started by: Pierre Bellisle on July 12, 2018, 03:47:41 AM

Title: IIDFromString
Post by: Pierre Bellisle on July 12, 2018, 03:47:41 AM
Hey José,

Windows API Headers 3.1.07 ObjBase.inc

DECLARE FUNCTION IIDFromString IMPORT "OLE32.DLL" ALIAS "IIDFromtString" ( _
   BYREF lpsz AS WSTRINGZ _                             ' __in LPCOLESTR lpsz
, BYREF lpiid AS GUID _                                ' __out LPIID lpiid
) AS LONG                                              ' HRESULT

Replace "IIDFromtString" with "IIDFromString".


Title: Re: IIDFromString
Post by: José Roca on July 12, 2018, 03:55:49 AM
Done. Thanks very much for spotting it.
Title: Re: IIDFromString
Post by: Pierre Bellisle on July 12, 2018, 06:05:49 AM
Thank to you!  :-)