ImageList_CoCreateInstance (COMCTL32.@)
HRESULT ImageList_CoCreateInstance ( REFCLSID rclsid, const IUnknown* punkOuter, REFIID riid, void** ppv )
Creates a new imagelist instance and returns an interface pointer to it.
rclsid | [In] | A reference to the CLSID (CLSID_ImageList). |
punkOuter | [In] | Pointer to IUnknown interface for aggregation, if desired. |
riid | [In] | Identifier of the requested interface. |
ppv | [Out] | Returns the address of the pointer requested, or NULL. |
Success: S_OK.
Failure: Error value.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
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.