Shell32ILCloneIntPtr Method
Clones an ITEMIDLIST structure.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Shell32.dll", EntryPoint = "ILClone", SetLastError = true)]
public static IntPtr ILCloneIntPtr(
IntPtr pidl
)
<DllImportAttribute("Shell32.dll", EntryPoint := "ILClone", SetLastError := true>]
Public Shared Function ILCloneIntPtr (
pidl As IntPtr
) As IntPtr
Dim pidl As IntPtr
Dim returnValue As IntPtr
returnValue = Shell32.ILCloneIntPtr(pidl)
public:
[DllImportAttribute(L"Shell32.dll", EntryPoint = L"ILClone", SetLastError = true)]
static IntPtr ILCloneIntPtr(
IntPtr pidl
)
[<DllImportAttribute("Shell32.dll", EntryPoint = "ILClone", SetLastError = true)>]
static member ILCloneIntPtr :
pidl : IntPtr -> IntPtr
No code example is currently available or this language may not be supported.
- pidl IntPtr
-
A pointer to the ITEMIDLIST structure to be cloned.
IntPtr
Returns a pointer to a copy of the ITEMIDLIST structure pointed to by
pidl.