ItemIdListCopyItemIdList Method |
Creates a copy of a Win32 ItemIdList in the memory.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static IntPtr CopyItemIdList(
IntPtr source
)
Public Shared Function CopyItemIdList (
source As IntPtr
) As IntPtr
public:
static IntPtr CopyItemIdList(
IntPtr source
)
static member CopyItemIdList :
source : IntPtr -> IntPtr
Parameters
- source
- Type: SystemIntPtr
The Win32 ItemIdList that should be copied.
Return Value
Type:
IntPtrThe pointer to the copied Win32 ItemIdList.
See Also