English | 日本語
Home > Merge > Merge for Windows > Documentation Contents > IFileSystemItemIcon Interface

IFileSystemItemIcon Interface

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

Properties

IconImageListInfo

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

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.

The property is read-only.

Arguments