[PATCH 02/16] comctl32: Add basic structure for IImageList interface

Henri Verbeet hverbeet at gmail.com
Wed Nov 11 05:23:17 CST 2009


2009/11/10 Owen Rudge <orudge at codeweavers.com>:
> +static HRESULT WINAPI ImageListImpl_Add(IImageList *iface, HBITMAP hbmImage,
> +    HBITMAP hbmMask, int *pi)
> +{
> +    FIXME("STUB: %p %p %p %p\n", iface, hbmImage, hbmMask, pi);
> +    return E_NOINTERFACE;
> +}

This is minor at this point, but E_NOTIMPL is usually a more
appropriate return code for stubs.



More information about the wine-devel mailing list