Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
HRESULT CreateRow(LONG lRowsOffset**, ULONG&** cRowsObtained**, HROW*** rgRows**)**
Parameters
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.
Remarks
A helper method called by GetNextRows to allocate a new HROW. If the row exists, it calls AddRefRows and returns. Otherwise, it allocates a new instance of the the RowClass template variable and adds it to m_rgRowHandles.