Shell32ILGetNext Method

Retrieves the next SHITEMID structure in an ITEMIDLIST structure.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: 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 ILGetNext(
	IntPtr pidl
)

Parameters

pidl  IntPtr
A pointer to a particular SHITEMID structure in a larger ITEMIDLIST structure.

Return Value

IntPtr
Returns a pointer to the SHITEMID structure that follows the one specified by pidl.

Returns Zero if pidl points to the last SHITEMID structure.

Remarks

See Also