IStream_Size(3w)
NAME
IStream_Size (SHLWAPI.214)
SYNOPSIS
HRESULT IStream_Size ( IStream* lpStream, ULARGE_INTEGER* lpulSize )
DESCRIPTION
Get the size of a stream.
PARAMS
lpStream [In] IStream object.
lpulSize [Out] Destination for size.
RETURNS
Success: S_OK. lpulSize contains the size of the stream.
Failure: An HRESULT error code.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/istream.c".
- Debug channel "shell".