SHLWAPI_184 (SHLWAPI.184)
HRESULT SHLWAPI_184 ( IStream* lpStream, LPVOID lpvDest, ULONG ulSize )
Call IStream_Read on a stream.
lpStream | [In] | IStream object. |
lpvDest | [Out] | Destination for data read. |
ulSize | [In] | Size of data to read. |
Success: S_OK. ulSize bytes have been read from the stream into lpvDest.
Failure: An HRESULT error code, or E_FAIL if the read succeeded but the number of bytes read 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 © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.