CreateGDBChecker(path, chgFile, chgFilePath)
Returns the GDBChecker object, the GDB integrity check tool. The path argument is a string that specifies the path and GDB file name (without filename extension). The GDB is opened in exclusive mode while checking GDB integrity. The chgFile is a constant that specifies the mode of using GDB change file:
Constant | Using change file mode |
gdbOpenChgFile | to use GDB change file |
gdbOpenNoChgFile | not to use GDB change file |
The chgFilePath argument is a string that specifies the path and GDB change file name. The change file name and extension can be arbitrary. If the change file is not used in specified open mode, the chgFilePath argument is ignored. If change file is used in specified open mode and chgFilePath == Null, the directory where change file is located is taken from the Windows registry. If the change file directory has not been determined in the registry, the directory where GDB is located is used as the change file directory. If chgFilePath == Null then the change file name coincides with the GDB file name and has the CHG extension.