SHCreateStreamOnFileA (SHLWAPI.@)
HRESULT SHCreateStreamOnFileA ( LPCSTR lpszPath, DWORD dwMode, IStream** lppStream )
Create a stream on a file.
lpszPath | [In] | Path of file to create stream on. |
dwMode | [In] | Mode to create stream in. |
lppStream | [Out] | Destination for created IStream object. |
Success: S_OK. lppStream contains the new IStream object
Failure: E_INVALIDARG if any parameter is invalid, or an HRESULT error code
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/istream.c". source.winehq.org/source/dlls/shlwapi/istream.c
Debug channel "shell".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.