Shell32ILSaveToStream(IStream, IntPtr) Method

Saves an ITEMIDLIST structure to a stream.

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 ILSaveToStream(
	IStream stream,
	IntPtr pidl
)

Parameters

stream  IStream
A pointer to the IStream interface where the ITEMIDLIST is saved.
pidl  IntPtr
A pointer to the ITEMIDLIST structure to be saved.

Return Value

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

Remarks

See Also