函数BackupREGDB用法?

解决方案 »

  1.   

    唉。。偶也没用过。。友情UPBacks up the COM+ class registration database to a specified file.Delphi syntax:procedure BackupREGDB(const bstrBackupFilePath: WideString);C++ syntax:void __fastcall BackupREGDB(const BSTR bstrBackupFilePath);DescriptionCall BackupREGDB to back up the COM+ class registration database (RegDB). The database can be restored at a later date using the RestoreREGDB method.bstrBackupFilePath specifies the fully-qualified name of the file to which RegDB will be backed up.