Click or drag to resize

ItemIdListGetPidlSize Method

Calculates the size of the given Win32 ItemIdList in bytes.

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

Parameters

idList  IntPtr
Pointer to the Win32 ItemIdList.

Return Value

Int32
The size of the given Win32 ItemIdList in Bytes.
See Also