Scroll to navigation

IStream_Size(3w) Wine API 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

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/istream.c".
Debug channel "shell".
Oct 2012 Wine API