- 時間撮記:
- 2024-10-17 下午12:41:12 (5 月 以前)
- svn:sync-xref-src-repo-rev:
- 165268
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp
r106411 r106449 84 84 85 85 /** 86 * @interface_method_impl{VBOX SERVICEDESC,pfnPreInit}86 * @interface_method_impl{VBOXTRAYSVCDESC,pfnPreInit} 87 87 */ 88 88 static DECLCALLBACK(int) vbtrDispPreInit(void) … … 92 92 93 93 /** 94 * @interface_method_impl{VBOX SERVICEDESC,pfnOption}94 * @interface_method_impl{VBOXTRAYSVCDESC,pfnOption} 95 95 */ 96 96 static DECLCALLBACK(int) vbtrDispOption(const char **ppszShort, int argc, char **argv, int *pi) … … 102 102 103 103 /** 104 * @interface_method_impl{VBOX SERVICEDESC,pfnInit}104 * @interface_method_impl{VBOXTRAYSVCDESC,pfnInit} 105 105 */ 106 106 static DECLCALLBACK(int) vbtrDisplayInit(const PVBOXTRAYSVCENV pEnv, void **ppInstance) … … 194 194 195 195 /** 196 * @interface_method_impl{VBOX SERVICEDESC,pfnDestroy}196 * @interface_method_impl{VBOXTRAYSVCDESC,pfnDestroy} 197 197 */ 198 198 static DECLCALLBACK(void) vbtrDisplayDestroy(void *pInstance) … … 922 922 923 923 /** 924 * @interface_method_impl{VBOX SERVICEDESC,pfnWorker}924 * @interface_method_impl{VBOXTRAYSVCDESC,pfnWorker} 925 925 */ 926 926 static DECLCALLBACK(int) vbtrDisplayWorker(void *pvInstance, bool volatile *pfShutdown)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器