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.
Declared in "include/commctrl.h". gitlab.winehq.org/wine/wine/blob/master/include/commctrl.h
Implemented in "dlls/comctl32/imagelist.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/imagelist.c
Debug channel "imagelist".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.