Click or drag to resize

SystemImageListGetIconHandle(String, Boolean, FileAttributes) 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(
	string pFilePath,
	bool pOpened,
	FileAttributes pAttributes
)

Parameters

pFilePath  String
Full pathname of the file.
pOpened  Boolean
if true returns the opened icon for folders.
pAttributes  FileAttributes
The file attributes that should be used. Usually 0 is passed here.

Return Value

IntPtr
The icon handle.
See Also