You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="path">The directory in which the copy will reside. This directory must already exist and be writable but must otherwise be empty.</param>
305
305
/// <returns>A non-zero error value on failure and 0 on success.</returns>
306
306
intmdb_env_copy(IntPtrenv,stringpath);//OK
307
+
308
+
/// <summary>
309
+
/// Return information about the LMDB environment.
310
+
/// </summary>
311
+
/// <param name="env">An environment handle returned by mdb_env_create()</param>
312
+
/// <param name="stat">The address of an MDB_envinfo structure where the information will be copied</param>
0 commit comments