INtime SDK Help
CfgFileIsDirty

Check for non saved changes.

BOOL CfgFileIstDirty(
CFGFILE cFile
);

Parameters

cFile
(in) File handle retrieved by previous CfgFileOpen.

Return values

0 if local stored content is equal to content of file.

Remarks

Checks for changes in file content, which need to be saved.

See Also