Edit

Share via


ILLoadFromStreamEx~r2

[ILLoadFromStreamEx(IStream*, PITEMID_CHILD*) is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Loads a child pointer to an item identifier list (PIDL) from an IStream.

Syntax

HRESULT ILLoadFromStreamEx(
  IStream       *pstm,
  PITEMID_CHILD *ppidl
);

Parameters

pstm

Type: IStream*

A pointer to the IStream interface from which the child PIDL loads.

ppidl

Type: PITEMID_CHILD*

When this function returns and succeeds, contains a child PIDL, which contains exactly one SHITEMID structure. If it fails, contains NULL.

Return value

Type: HRESULT

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

For use where STRICT_TYPED_ITEMIDS is defined.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header shlobj_core.h
Library OneCore.Lib