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 |
|
|
DLL |
|
Show: