ItemIdListGetPidlSize Method |
Calculates the size of the given Win32 ItemIdList in bytes.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.3
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 IntPtr
- Pointer to the Win32 ItemIdList.
Return Value
Int32The size of the given Win32 ItemIdList in Bytes.
See Also