Click or drag to resize

SystemImageListGetIconHandle Method (ItemIdList, Boolean)

Gets icon handle for the passed ItemIdList.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public IntPtr GetIconHandle(
	ItemIdList pItemIdList,
	bool pOpened
)

Parameters

pItemIdList
Type: Jam.ShellItemIdList
The absolute ItemIdList of the element.
pOpened
Type: SystemBoolean
if true returns the opened icon for folders.

Return Value

Type: IntPtr
The icon handle.
See Also