Skip to content

Latest commit

 

History

History
66 lines (58 loc) · 1.44 KB

File metadata and controls

66 lines (58 loc) · 1.44 KB
title IRowsetChangeImpl::FlushData | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
IRowsetChangeImpl::FlushData
IRowsetChangeImpl.FlushData
FlushData
dev_langs
C++
helpviewer_keywords
FlushData method
ms.assetid fd4bc73b-bc25-4aab-90d5-0bed92670c88
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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

See Also

IRowsetChangeImpl Class