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

Parameters

idList
Type: SystemIntPtr
Pointer to the Win32 ItemIdList.

Return Value

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