![]() |
Functions | |
kvmStatus | kvmKmfGetDbaseFile (kvmHandle h, char *path, char *filenamebuf, size_t buflen) |
kvmStatus | kvmKmfPutDbaseFile (kvmHandle h, char *filename) |
kvmStatus | kvmKmfEraseDbaseFile (kvmHandle h) |
Erase the database file.
[in] | h | An open kvmHandle. |
Read the database file. The database will be extracted to path and the name of the created file copied to filenamebuf.
[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 |
Write the database file
[in] | h | An open kvmHandle. |
[in] | filename | The full path and name of the file, e.g. C:\temp\myfile.data Note that the filename will be truncated to an 8.3 filename. |