umCommitGoAhead WebServer APIGoAhead EMF

Synopsis

Persists the User Management database.

Prototype

 #include "um.h"

 int umCommit(char_t * filename);

Parameters

filenamename of file containing the persist configuration data

Description

int umCommit(char_t * filename);

Return Value

umCommit returns 0 if successful; -1 on error.

Example

int nCheck = umCommit(T("config.txt"));

See Also

umRestore()