Shell32ILLoadFromStreamEx(IStream, PIDL) Method

Loads an absolute ITEMIDLIST from an IStream.

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")]
public static HResult ILLoadFromStreamEx(
	IStream stream,
	out PIDL refPidl
)

Parameters

stream  IStream
A pointer to the IStream interface from which the absolute ITEMIDLIST loads.
refPidl  PIDL
When this method returns and succeeds, contains the resulting absolute ITEMIDLIST.

If it fails, contains Zero.

Return Value

HResult
Returns S_OK if successful, or a HResult error value otherwise.

Remarks

See Also