GetDefaultSharedLibraryOpenMode(scope)

Returns the default open mode of the shared library. The default open mode is used at implicit opening of the shared library (implicit opening occurs at opening the first GDB if the shared library has not been opened by the GDBEngine::OpenSharedLibrary method earlier). The method retrieves the mode from the Windows registry. Returned integer number is the logical OR of constants specifying shared library access mode, shared library sharing mode and using change file mode. The shared library access mode constants are given in the "GDB/Shared Library Open Modes" table. The scope argument specifies the access level to the Windows registry – settings are either for the current user or for all users. The access level to the Windows registry is determined by a constant given in the "Access levels to the Windows registry" table.