[6/6] comctl32: Add stubs for image list functions introduced in Vista

Henri Verbeet hverbeet at gmail.com
Tue Aug 11 02:46:26 CDT 2009


2009/8/10 Owen Rudge <orudge at codeweavers.com>:
> +@ stdcall HIMAGELIST_QueryInterface(long long long)
...
> +@ stdcall ImageList_CoCreateInstance(long long long long)
These should all be pointers.

> +    FIXME("STUB: %s %p %s %p\n",debugstr_guid(rclsid), punkOuter, debugstr_guid(riid), ppv);
> +    return E_NOINTERFACE;
You have some trailing white space here. Also, the white space in the
FIXME is somewhat inconsistent.

Personally, I'd say the wording in the comments and the parameter
naming is closer to MSDN than I'd be comfortable with.



More information about the wine-devel mailing list