HIMAGELIST_QueryInterface (COMCTL32.@)
HRESULT HIMAGELIST_QueryInterface ( HIMAGELIST himl, REFIID riid, void** ppv )
Returns a pointer to an IImageList or IImageList2 object for the given HIMAGELIST.
| himl | [In] | Image list handle. |
| riid | [In] | Identifier of the requested interface. |
| ppv | [Out] | Returns the address of the pointer requested, or NULL. |
Success: S_OK.
Failure: Error value.
Defined in "commctrl.h".
Implemented in "dlls/comctl32/imagelist.c". source.winehq.org/source/dlls/comctl32/imagelist.c
Debug channel "imagelist".
Copyright © 2009 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2009.