Click or drag to resize

ItemIdListGetPidlCount Method

Returns the number of parts of that a Win32 ItemIdList consists.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
protected static int GetPidlCount(
	IntPtr idList
)

Parameters

idList
Type: SystemIntPtr
A Win32 ItemIdList.

Return Value

Type: Int32
The number of parts of the given Win32 ItemIdList
See Also