IStream_WritePidl function
Writes a pointer to an item identifier list (PIDL) from a PCUIDLIST_RELATIVE object into an IStream object.
Syntax
HRESULT IStream_WritePidl( _In_ IStream* pstm, _In_ PCUIDLIST_RELATIVE pidlWrite );
Parameters
- pstm [in]
-
Type: IStream*
A pointer to the IStream object in which to write.
- pidlWrite [in]
-
Type: PCUIDLIST_RELATIVE
The source 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: