Shell32ILSaveToStream(IStream, PIDL) Method
Saves an ITEMIDLIST structure to a stream.
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")]
public static HResult ILSaveToStream(
IStream stream,
PIDL pidl
)
<DllImportAttribute("Shell32.dll">]
Public Shared Function ILSaveToStream (
stream As IStream,
pidl As PIDL
) As HResult
Dim stream As IStream
Dim pidl As PIDL
Dim returnValue As HResult
returnValue = Shell32.ILSaveToStream(stream,
pidl)
public:
[DllImportAttribute(L"Shell32.dll")]
static HResult ILSaveToStream(
IStream^ stream,
PIDL^ pidl
)
[<DllImportAttribute("Shell32.dll")>]
static member ILSaveToStream :
stream : IStream *
pidl : PIDL -> HResult
No code example is currently available or this language may not be supported.
- stream IStream
-
A pointer to the IStream interface where the ITEMIDLIST is saved.
- pidl PIDL
-
A pointer to the ITEMIDLIST structure to be saved.
HResult
Returns
S_OK if successful, or a
HResult error value otherwise.