ItemIdListCopyItemIdList Method |
Creates a copy of a Win32 ItemIdList in the memory.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 IntPtr
- The Win32 ItemIdList that should be copied.
Return Value
IntPtrThe pointer to the copied Win32 ItemIdList.
See Also