Exemplo n.º 1
0
 internal static extern ResultType BulkGetData(SafeBulkDataHandle handle, int idx, out IntPtr data);
Exemplo n.º 2
0
 internal static extern ResultType BulkGetCount(SafeBulkDataHandle handle, out int count);
Exemplo n.º 3
0
 internal static extern ResultType BulkCreate(out SafeBulkDataHandle handle);
Exemplo n.º 4
0
 internal static extern ResultType BulkAdd(SafeBulkDataHandle handle, SafeBundleHandle data);
Exemplo n.º 5
0
 internal static extern ResultType BulkAdd(SafeDataControlHandle provider, SafeBulkDataHandle insertData, out int requestID);