ItemIdListGetPidlSize Method |
Calculates the size of the given Win32 ItemIdList in bytes.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.4
Syntaxprotected static int GetPidlSize(
IntPtr idList
)
Protected Shared Function GetPidlSize (
idList As IntPtr
) As Integer
protected:
static int GetPidlSize(
IntPtr idList
)
static member GetPidlSize :
idList : IntPtr -> int
Parameters
- idList
- Type: SystemIntPtr
Pointer to the Win32 ItemIdList.
Return Value
Type:
Int32The size of the given Win32 ItemIdList in Bytes.
See Also