IGetSourceRow

The IGetSourceRow interface returns an interface on the row object within whose context a stream object was created.

When to Implement

A provider implements this interface on a stream object. This is an optional interface on stream objects. However, every stream object that is the default stream for a row object should support IGetSourceRow. This includes stream objects that are obtained by calling IBindResource::Bind, ICreateRow::CreateRow, or IRow::Open.

When to Call

An object calls the IGetSourceRow::GetSourceRow method on this interface to get an interface pointer on the row object associated with the stream.

Method

Description

GetSourceRow

Returns an interface pointer on the row object associated with the stream object.

This topic is a part of: