CreateSharedLibraryChecker(chgFile, chgFilePath)
Returns the SharedLibraryChecker object that is a check tool of shared library integrity. If the shared library has been opened in shared access mode before its checking, the shared lock will be set for the time of checking integrity. Otherwise, it will be opened in exclusive mode. The chgFile is a constant that specifies the mode of using the change file of shared library:
Constant | Using change file mode |
gdbOpenChgFile | to use shared library change file |
gdbOpenNoChgFile | not to use shared library change file |
The chgFilePath argument is a string that specifies the pathname of shared library change file. The change file name and extension can be arbitrary. If change file is not used, the chgFilePath argument is ignored. If change file is used 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 the shared library is located is used as the change file directory. If chgFilePath == Null then the change file name coincides with the name of LIB file of shared library and has the CHG extension.