Re: [PATCH 02/16] comctl32: Add basic structure for IImageList interface
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.
5877
Age (days ago)
5877
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet