IFileSystemItemIcon Interface

On this page:

Description

This interface is implemented by a file system item component to provide icon information to Merge.

Properties

IconImageListInfo read-only, IFileSystemItemIcon

Provides a handle to an Image List (HIMAGELIST) and an index into the image list. The image list is assumed to contain images of up to 17x17 pixels in size. The property should return low or high-colour images based on the colour depth supported by the user’s primary display.

IDL [propget] HRESULT IconImageListInfo(
    [in] VARIANT_BOOL bOpenAspect,
    [out] long* pImageListIndex,
    [out, retval] void** pValue)
.NET void* get_IconImageListInfo(
    Boolean bOpenAspect,
    long* pImageListIndex)