ItemIdListBase2 Constructor |
Initializes a new instance of this class. This constuctor should not be called directly.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax protected ItemIdListBase2(
IntPtr p_Handle
)
Protected Sub New (
p_Handle As IntPtr
)
protected:
ItemIdListBase2(
IntPtr p_Handle
)
new :
p_Handle : IntPtr -> ItemIdListBase2
Parameters
- p_Handle
- Type: SystemIntPtr
The Pointer to an Win32 ItemIdList.
See Also