Shell32ILFree Method
Frees an ITEMIDLIST structure allocated by the Shell.
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", ExactSpelling = true, SetLastError = true)]
public static void ILFree(
IntPtr pidl
)
<DllImportAttribute("Shell32.dll", ExactSpelling := true, SetLastError := true>]
Public Shared Sub ILFree (
pidl As IntPtr
)
Dim pidl As IntPtr
Shell32.ILFree(pidl)
public:
[DllImportAttribute(L"Shell32.dll", ExactSpelling = true, SetLastError = true)]
static void ILFree(
IntPtr pidl
)
[<DllImportAttribute("Shell32.dll", ExactSpelling = true, SetLastError = true)>]
static member ILFree :
pidl : IntPtr -> unit
No code example is currently available or this language may not be supported.
Parameters
- pidl IntPtr
-
A pointer to the ITEMIDLIST structure to be freed.
This parameter can be NULL.