- C#
 - static Kvmlib.STATUS KmfGetDbaseFile(Handle h, String path, out String filenamebuf);
 
Read the database file. The database will be extracted to path and the name of the created file copied to filenamebuf.
- Parameters
 - 
  
    | [in] | h | An open kvmHandle.  | 
    | [in] | path | The path where the database file will be stored.  | 
    | [out] | filenamebuf | The filename of the database. (should be greater then 12 bytes)  | 
    | [in] | buflen | The lenght of filenamebuf | 
  
   
- Returns
 - kvmOK (zero) if success 
 
- 
kvmERR_xxx (negative) if failure
 
- See also
 - kvmKmfPutDbaseFile()