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.2
Syntax
public static IntPtr CopyItemIdList(
	IntPtr source
)

Parameters

source  IntPtr
The Win32 ItemIdList that should be copied.

Return Value

IntPtr
The pointer to the copied Win32 ItemIdList.
See Also