VirtualBox

忽略:
時間撮記:
2020-8-28 下午02:40:55 (5 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
140122
訊息:

Main: bugref:9224: Main+VBoxManageDisk+doc part

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/include/AutoCaller.h

    r82968 r85929  
    333333
    334334    /**
     335     * Sets the initialization status to Succeeded to indicate limited
     336     * (partly successful) initialization but also adds the initialization
     337     * error if required for further reporting. The AutoInitSpan destructor
     338     * will place the managed VirtualBoxBase object to the Limited state.
     339     */
     340    void setLimited(HRESULT rc)
     341    {
     342        mResult = Limited;
     343        mFailedRC = rc;
     344        mpFailedEI = new ErrorInfo();
     345    }
     346
     347    /**
    335348     * Sets the initialization status to Failure to indicates failed
    336349     * initialization. The AutoInitSpan destructor will place the managed
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette