stub for (undocumented) SHCreateLinks

Francois Gouget fgouget at free.fr
Thu Aug 21 06:22:59 CDT 2003


On Thu, 21 Aug 2003, Dmitry Timoshkov wrote:

> "Mike McCormack" <mike at codeweavers.com> wrote:
>
> > + 172 stdcall SHCreateLinks(long long long long long)
>
> > +HRESULT WINAPI SHCreateLinks( HWND hWnd, LPCSTR lpszDir, LPDATAOBJECT lpDataObject,
> > +                              UINT uFlags, LPITEMIDLIST *lppidlLinks)
>
> Then the spec entry should be
>
> 172 stdcall SHCreateLinks(long ptr ptr long ptr)

Isn't the second parameter an input string (seeing as it's a const)? If
so then shouldn't it be:

172 stdcall SHCreateLinks(long str ptr long ptr)


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  A black hole is just God dividing by zero.




More information about the wine-devel mailing list