pszDbFileName |
Name of database to be created. May be full path name or partial path name. |
pszDataDir |
Name of directory where data files are to be created. If NULL, data files will be in the same directory as the main database file - pszDbFileName. |
pszRflDir |
Name of the directory where RFL files are to be created. If NULL, RFL files will be in the same directory as the main database file - pszDbFileName. |
pszDictFileName |
Name of a file containing dictionary definitions that are to be read in and put into the database's dictionary. This is only used if the pszDictBuf parameter is NULL. If both pszDictFileName and pszDictBuf parameters are NULL, the database's dictionary will not be populated. |
pszDictBuf |
String buffer containing dictionary definitions that are to be put into the database's dictionary. If this parameter is NULL, then pszDictFileName is used. If both pszDictFileName and pszDictBuf parameters are NULL, the database's dictionary will not be populated. |
pCreateOpts |
Create options for the database. |
phDb |
If database is successfully created, a database handle is returned here. It is not necessary to call FlmDbOpen() to get a database handle. |