IBinaryItem::GetStream

 

Gets an IStream Interface for accessing the item's bytes.

Syntax

HRESULT GetStream(IStream **ppStream);

Parameters

ppStream
[out,retval] The IStream Interface for accessing the item's bytes.

 

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

IBinaryItem Interface