SHLWAPI_212 (SHLWAPI.212)
HRESULT SHLWAPI_212 ( IStream* lpStream, LPCVOID lpvSrc, ULONG ulSize )
Call IStream_Write on a stream.
lpStream | [In] | IStream object. |
lpvSrc | [In] | Source for data to write. |
ulSize | [In] | Size of data. |
Success: S_OK. ulSize bytes have been written to the stream from lpvSrc.
Failure: An HRESULT error code, or E_FAIL if the write succeeded but the number of bytes written does not match.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
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.