NAME

SHIStream_Write  (SHLWAPI.212)

SYNOPSIS

 HRESULT SHIStream_Write
 (
  IStream* lpStream,
  LPCVOID  lpvSrc,
  ULONG    ulSize
 )

DESCRIPTION

Call IStream_Write on a stream.

PARAMS

lpStream [In] IStream object.
lpvSrc [In] Source for data to write.
ulSize [In] Size of data.

RETURNS

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.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shlwapi/istream.c". source.winehq.org/source/dlls/shlwapi/istream.c

Debug channel "shell".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.