Changeset 62191 in vbox
- Timestamp:
- Jul 12, 2016 12:46:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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);
Note:
See TracChangeset
for help on using the changeset viewer.