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.2
Syntax
protected static int GetPidlCount(
	IntPtr idList
)

Parameters

idList  IntPtr
A Win32 ItemIdList.

Return Value

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