VirtualBox

忽略:
時間撮記:
2024-10-17 下午12:41:12 (5 月 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
165268
訊息:

Additions/VBoxTray: Implemented ability for easier user-controllable logging (also via verbose levels), support for running in foreground mode (with a console window attached to) and selective starting of sub services to easier pinpoint errors in release builds. Cleaned up initialization / termination code a little. See command line help for new options [Doxygen fix]. ​bugref:10763

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp

    r106411 r106449  
    8484
    8585/**
    86  * @interface_method_impl{VBOXSERVICEDESC,pfnPreInit}
     86 * @interface_method_impl{VBOXTRAYSVCDESC,pfnPreInit}
    8787 */
    8888static DECLCALLBACK(int) vbtrDispPreInit(void)
     
    9292
    9393/**
    94  * @interface_method_impl{VBOXSERVICEDESC,pfnOption}
     94 * @interface_method_impl{VBOXTRAYSVCDESC,pfnOption}
    9595 */
    9696static DECLCALLBACK(int) vbtrDispOption(const char **ppszShort, int argc, char **argv, int *pi)
     
    102102
    103103/**
    104  * @interface_method_impl{VBOXSERVICEDESC,pfnInit}
     104 * @interface_method_impl{VBOXTRAYSVCDESC,pfnInit}
    105105 */
    106106static DECLCALLBACK(int) vbtrDisplayInit(const PVBOXTRAYSVCENV pEnv, void **ppInstance)
     
    194194
    195195/**
    196  * @interface_method_impl{VBOXSERVICEDESC,pfnDestroy}
     196 * @interface_method_impl{VBOXTRAYSVCDESC,pfnDestroy}
    197197 */
    198198static DECLCALLBACK(void) vbtrDisplayDestroy(void *pInstance)
     
    922922
    923923/**
    924  * @interface_method_impl{VBOXSERVICEDESC,pfnWorker}
     924 * @interface_method_impl{VBOXTRAYSVCDESC,pfnWorker}
    925925 */
    926926static DECLCALLBACK(int) vbtrDisplayWorker(void *pvInstance, bool volatile *pfShutdown)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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