ItemIdList Constructor (IntPtr) |
Initializes a new instance of the
ItemIdList class that contains a copy of the given ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ItemIdList(
IntPtr aWin32Ptr
)
Public Sub New (
aWin32Ptr As IntPtr
)
public:
ItemIdList(
IntPtr aWin32Ptr
)
new :
aWin32Ptr : IntPtr -> ItemIdList
Parameters
- aWin32Ptr
- Type: SystemIntPtr
The window 32 pointer.
See Also