11 Nov
2009
11 Nov
'09
11:23 a.m.
2009/11/10 Owen Rudge <orudge(a)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.