This topic has not yet been rated - Rate this topic

IStream_ReadPidl function

Reads a pointer to an item identifier list (PIDL) from an IStream object into a PIDLIST_RELATIVE object.

Syntax


HRESULT IStream_ReadPidl(
  _In_   IStream* pstm,
  _Out_  PIDLIST_RELATIVE* ppidlOut
);

Parameters

pstm [in]

Type: IStream*

A pointer to the IStream from which the PIDL is read.

ppidlOut [out]

Type: PIDLIST_RELATIVE*

A pointer to the resulting PIDL.

Return value

Type: HRESULT

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

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shlwapi.h

DLL

Shlwapi.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.