Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[ILLoadFromStreamEx(IStream*, PIDLIST_RELATIVE*) is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Loads an ITEMIDLIST from an IStream.
Syntax
HRESULT ILLoadFromStreamEx(
IStream *pstm,
PIDLIST_ABSOLUTE *ppidl
);
Parameters
pstm
Type: IStream*
A pointer to the IStream interface from which the
ITEMIDLIST loads.
ppidl
Type: PIDLIST_RELATIVE*
When this method returns and succeeds, contains the resulting relative ITEMIDLIST. If it fails, contains NULL.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 20348 |
| Minimum supported server | Windows 10 Build 20348 |
| Header | shlobj_core.h |
| Library | OneCore.Lib |