Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at IRowsetChangeImpl::FlushData.
Overidden by provider to commit data to its store.
Syntax
HRESULT FlushData(
HROW hRowToFlush,
HACCESSOR hAccessorToFlush
);
Parameters
hRowToFlush
[in] Handle to the rows for the data. The type of this row is determined from the RowClass template argument of the IRowsetImpl class (CSimpleRow by default).
hAccessorToFlush
[in] Handle to the accessor, which contains binding information and type information in its PROVIDER_MAP (see IAccessorImpl).
Return Value
A standard HRESULT.
Requirements
Header: atldb.h