Click or drag to resize

SystemImageListGetFileIconHandle(ItemIdList, SystemImageListSize, Boolean, Boolean) Method

Returns the handle of the icon for the specified ItemIdList.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static IntPtr GetFileIconHandle(
	ItemIdList pItemIdList,
	SystemImageListSize pSize,
	bool pAddOverlays,
	bool pOpened
)

Parameters

pItemIdList  ItemIdList
The absolute ItemIdList of the element.
pSize  SystemImageListSize
If set to SystemImageListSize.SmallIcons small icons are returned, large icons in all other cases
pAddOverlays  Boolean
if true icons include the links overlay
pOpened  Boolean
if true returns the opened icon for folders.

Return Value

IntPtr
The icon of the specified path with the given parameters.
See Also