IRowsetChangeImpl::InsertRow

 

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::InsertRow.

Creates and initializes a new row in the rowset.

Syntax

  
      STDMETHOD ( InsertRow )(  
   HCHAPTER /* hReserved */,  
   HACCESSOR hAccessor,  
   void* pData,  
   HROW* phRow   
);  

Parameters

See IRowsetChange::InsertRow in the OLE DB Programmer's Reference.

Requirements

Header: atldb.h

See Also

IRowsetChangeImpl Class