NAME

HIMAGELIST_QueryInterface  (COMCTL32.@)

SYNOPSIS

 HRESULT HIMAGELIST_QueryInterface
 (
  HIMAGELIST himl,
  REFIID     riid,
  void**     ppv
 )

DESCRIPTION

Returns a pointer to an IImageList or IImageList2 object for the given HIMAGELIST.

PARAMS

himl [In] Image list handle.
riid [In] Identifier of the requested interface.
ppv [Out] Returns the address of the pointer requested, or NULL.

RETURNS

Success: S_OK.

Failure: Error value.

IMPLEMENTATION

Declared in "commctrl.h". https://source.winehq.org/source/include/commctrl.h

Implemented in "dlls/comctl32/imagelist.c". https://source.winehq.org/source/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 Apr 2024.