The GetRowsets method is used to return interface pointers to the current source rowset and destination rowsetchange object.
HRESULT GetRowsets (
IRowset **ppSrcRowset,
IRowsetChange **ppDestRowsetChange );
Argument | Description |
---|---|
**ppSrcRowset [out] | Variable to receive a pointer to the source rowset |
**ppDestRowsetChange [out] | Variable to receive a pointer to the destination rowsetchange object |
GetRowsets allows a consumer application to reuse an instance of the data pump.