SynopsisLoad the contents of a database to file. Prototype#include "emfdb.h" int dbLoad(int did, char_t * filename, int flags); Parameters
Descriptionint dbLoad(int did, char_t * filename, int flags); Return ValuedbLoad returns 0 if successful, or -1 if an error. Exampleint nCheck = dbLoad(0, T("config.txt"), 0); See Also |