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.1
Syntax protected static int GetPidlCount(
IntPtr idList
)
Protected Shared Function GetPidlCount (
idList As IntPtr
) As Integer
protected:
static int GetPidlCount(
IntPtr idList
)
static member GetPidlCount :
idList : IntPtr -> int
Parameters
- idList
- Type: SystemIntPtr
A Win32 ItemIdList.
Return Value
Type:
Int32The number of parts of the given Win32 ItemIdList
See Also