Click or drag to resize

SystemImageListGetIconHandle(ItemIdList, Boolean) Method

Gets icon handle for the passed ItemIdList.

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

Parameters

pItemIdList  ItemIdList
The absolute ItemIdList of the element.
pOpened  Boolean
if true returns the opened icon for folders.

Return Value

IntPtr
The icon handle.
See Also