Skip to content

Latest commit

 

History

History
84 lines (65 loc) · 2.67 KB

nf-shlobj_core-illoadfromstream.md

File metadata and controls

84 lines (65 loc) · 2.67 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shlobj_core.ILLoadFromStream
ILLoadFromStream function (shlobj_core.h)
Deprecated. Loads an ITEMIDLIST structure from a stream.
ILLoadFromStream
ILLoadFromStream function [Windows Shell]
_win32_ILLoadFromStream
shell.ILLoadFromStream
shlobj_core/ILLoadFromStream
shell\ILLoadFromStream.htm
shell
060cc008-eb6a-4359-b84b-05c26d69f793
12/05/2018
ILLoadFromStream, ILLoadFromStream function [Windows Shell], _win32_ILLoadFromStream, shell.ILLoadFromStream, shlobj_core/ILLoadFromStream
shlobj_core.h
Shlobj.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shell32.lib
Shell32.dll (version 5.0 or later)
Windows
19H1
ILLoadFromStream
shlobj_core/ILLoadFromStream
c++
APIRef
kbSyntax
DllExport
Shell32.dll
Windows.Storage.dll
ILLoadFromStream

ILLoadFromStream function

-description

[This function is available through Windows XP Service Pack 2 (SP2) and Windows Server 2003. It might be altered or unavailable in subsequent versions of Windows.]

Deprecated. Loads an ITEMIDLIST structure from a stream.

-parameters

-param pstm [in]

Type: IStream*

A pointer that indicates the IStream interface that the ITEMIDLIST loads from.

-param pidl [out]

Type: PIDLIST_RELATIVE*

Address of a pointer to an ITEMIDLIST structure. ILLoadFromStream allocates the necessary memory for the structure, and assigns the address to this parameter.

-returns

Type: HRESULT

Returns S_OK if successful, or a COM error-code otherwise.

-remarks

When you are finished with the ITEMIDLIST structure, you must free it by calling ILFree.

-see-also

ILSaveToStream