다음을 통해 공유


IRowsetImpl::CreateRow

A helper method called by GetNextRows to allocate a new HROW.

HRESULT CreateRow( 
   DBROWOFFSET lRowsOffset, 
   DBCOUNTITEM& cRowsObtained, 
   HROW* rgRows  
);

매개 변수

  • lRowsOffset
    Cursor position of the row being created.

  • cRowsObtained
    A reference passed back to the user indicating the number of rows created.

  • rgRows
    An array of HROWs returned to the caller with the newly created row handles.

설명

If the row exists, this method calls AddRefRows and returns. Otherwise, it allocates a new instance of the RowClass template variable and adds it to m_rgRowHandles.

요구 사항

Header: atldb.h

참고 항목

참조

IRowsetImpl 클래스