Click or drag to resize

ItemIdListCopyItemIdList Method

Creates a copy of a Win32 ItemIdList in the memory.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static IntPtr CopyItemIdList(
	IntPtr source
)

Parameters

source
Type: SystemIntPtr
The Win32 ItemIdList that should be copied.

Return Value

Type: IntPtr
The pointer to the copied Win32 ItemIdList.
See Also