vbox的更動 62191 路徑 trunk/src/VBox/Additions
- 時間撮記:
- 2016-7-12 下午12:46:31 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h
r57741 r62191 88 88 * by the VBoxCaps facility. See #8037. */ 89 89 VBOXDISPIF dispIf; 90 } VBOXSERVICEENV, *PVBOXSERVICEENV; 90 } VBOXSERVICEENV; 91 /** Pointer to a VBoxTray service env info structure. */ 92 typedef VBOXSERVICEENV *PVBOXSERVICEENV; 93 /** Pointer to a const VBoxTray service env info structure. */ 94 typedef VBOXSERVICEENV const *PCVBOXSERVICEENV; 91 95 92 96 /** … … 107 111 * @param pEnv 108 112 * @param ppInstance Where to return the thread-specific instance data. 113 * @todo r=bird: The pEnv type is WRONG! Please check all your const pointers. 109 114 */ 110 115 DECLCALLBACKMEMBER(int, pfnInit) (const PVBOXSERVICEENV pEnv, void **ppInstance);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器