IStream_Size (SHLWAPI.214)
HRESULT IStream_Size ( IStream* lpStream, ULARGE_INTEGER* lpulSize )
Get the size of a stream.
lpStream | [In] | IStream object. |
lpulSize | [Out] | Destination for size. |
Success: S_OK. lpulSize contains the size of the stream.
Failure: An HRESULT error code.
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 © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.