Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1 KB

stream-property.md

File metadata and controls

43 lines (36 loc) · 1 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
Stream Property
Stream Property
rothja
jroth
01/19/2017
sql
ado
reference
ADOStreamConstruction::GetStream
ADOStreamConstruction::PutStream
ADOStreamConstruction::put_Stream
ADOStreamConstruction::Stream
ADOStreamConstruction::get_Stream
Stream property
COM

Stream Property

Gets or sets an OLE DB Stream object from/on an ADOStreamConstruction object.

Read/write.

Syntax

HRESULT get_Stream([out, retval] IUnknown** ppStream);  
HRESULT put_Stream([in] IUnknown* pStream);  

Parameters

ppStream
Pointer to an OLE DB Stream object.

pStream
An OLE DB Stream object.

Return Values

This property method returns the standard HRESULT values. This includes S_OK and E_FAIL.

Applies To

ADOStreamConstruction Interface