IRowsetChange.InsertRow(Int32, Int32, IntPtr, Int32) Método

Definición

Crea e inicializa una nueva fila.

public:
 void InsertRow(int hChapterReserved, int hAccessor, IntPtr pData, [Runtime::InteropServices::Out] int % hRow);
public void InsertRow(int hChapterReserved, int hAccessor, IntPtr pData, out int hRow);
abstract member InsertRow : int * int * nativeint * int -> unit
Public Sub InsertRow (hChapterReserved As Integer, hAccessor As Integer, pData As IntPtr, ByRef hRow As Integer)

Parámetros

hChapterReserved
Int32

Identificador de capítulo.

hAccessor
Int32

Identificador del descriptor de acceso que se va a usar.

pData
IntPtr

nativeint

Puntero a la memoria que contiene los nuevos valores de datos, en desplazamientos que corresponden a los enlaces del descriptor de acceso.

hRow
Int32

Puntero a la memoria en la que se va a devolver el identificador de la nueva fila.

Comentarios

Nota:

Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de

Se aplica a