ImageList_CoCreateInstance(3w)

NAME

ImageList_CoCreateInstance (COMCTL32.@)

SYNOPSIS

HRESULT ImageList_CoCreateInstance
 (
  REFCLSID        rclsid,
  const IUnknown* punkOuter,
  REFIID          riid,
  void**          ppv
 )

DESCRIPTION

Creates a new imagelist instance and returns an interface pointer to it.

PARAMS

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.

RETURNS

Success: S_OK.

Failure: Error value.

IMPLEMENTATION

Defined in "commoncontrols.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/imagelist.c".

Debug channel "imagelist".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout