Shell32ILLoadFromStreamEx(IStream, PIDL) Method
Loads an absolute ITEMIDLIST from an IStream.
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 ILLoadFromStreamEx(
IStream stream,
out PIDL refPidl
)
<DllImportAttribute("Shell32.dll">]
Public Shared Function ILLoadFromStreamEx (
stream As IStream,
<OutAttribute> ByRef refPidl As PIDL
) As HResult
Dim stream As IStream
Dim refPidl As PIDL
Dim returnValue As HResult
returnValue = Shell32.ILLoadFromStreamEx(stream,
refPidl)
public:
[DllImportAttribute(L"Shell32.dll")]
static HResult ILLoadFromStreamEx(
IStream^ stream,
[OutAttribute] PIDL^% refPidl
)
[<DllImportAttribute("Shell32.dll")>]
static member ILLoadFromStreamEx :
stream : IStream *
refPidl : PIDL byref -> HResult
No code example is currently available or this language may not be supported.
- 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.
HResult
Returns
S_OK if successful, or a
HResult error value otherwise.