ILLoadFromStreamEx(IStream*, PIDLIST_ABSOLUTE*) function
[ILLoadFromStreamEx(IStream*, PIDLIST_ABSOLUTE*) is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Loads an absolute ITEMIDLIST from an IStream.
Syntax
HRESULT ILLoadFromStreamEx( _In_ IStream *pstm, _Out_ PIDLIST_ABSOLUTE *ppidl );
Parameters
- pstm [in]
-
Type: IStream*
A pointer to the IStream interface from which the absolute ITEMIDLIST loads.
- ppidl [out]
-
Type: PIDLIST_ABSOLUTE*
When this method returns and succeeds, contains the resulting absolute 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.
Remarks
For use where STRICT_TYPED_ITEMIDS is defined.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
End of client support | Windows XP with SP2 |
|
End of server support | Windows Server 2003 |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012