Shell32ILFindLastID Method
Returns a pointer to the last SHITEMID structure in 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", ExactSpelling = true, SetLastError = true)]
public static IntPtr ILFindLastID(
IntPtr pidl
)
<DllImportAttribute("Shell32.dll", ExactSpelling := true, SetLastError := true>]
Public Shared Function ILFindLastID (
pidl As IntPtr
) As IntPtr
Dim pidl As IntPtr
Dim returnValue As IntPtr
returnValue = Shell32.ILFindLastID(pidl)
public:
[DllImportAttribute(L"Shell32.dll", ExactSpelling = true, SetLastError = true)]
static IntPtr ILFindLastID(
IntPtr pidl
)
[<DllImportAttribute("Shell32.dll", ExactSpelling = true, SetLastError = true)>]
static member ILFindLastID :
pidl : IntPtr -> IntPtr
No code example is currently available or this language may not be supported.
- pidl IntPtr
-
A pointer to an ITEMIDLIST structure.
IntPtr
A pointer to the last SHITEMID structure in
pidl.