Changeset 19328 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
- Timestamp:
- May 4, 2009 2:56:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r19327 r19328 123 123 extern int VBoxServiceStopServices(void); 124 124 125 #ifdef RT_OS_WINDOWS126 125 extern VBOXSERVICE g_TimeSync; 127 126 extern VBOXSERVICE g_Clipboard; … … 129 128 extern VBOXSERVICE g_VMInfo; 130 129 131 extern DWORD g_rcWinService; 130 #ifdef RT_OS_WINDOWS 131 extern DWORD g_rcWinService; 132 132 extern SERVICE_STATUS_HANDLE g_hWinServiceStatus; 133 133 extern SERVICE_TABLE_ENTRY const g_aServiceTable[]; /** @todo generate on the fly, see comment in main() from the enabled sub services. */ 134 134 135 /** Installs the service into the registry. */ 135 136 extern int VBoxServiceWinInstall(void); 137 /** Uninstalls the service from the registry. */ 136 138 extern int VBoxServiceWinUninstall(void); 137 /** Detects wheter a user is logged on based on the 138 * enumerated processes. */ 139 /** Detects wheter a user is logged on based on the enumerated processes. */ 139 140 extern BOOL VboxServiceVMInfoWinIsLoggedIn(VBOXSERVICEVMINFOUSER* a_pUserInfo, 140 141 PLUID a_pSession,
Note:
See TracChangeset
for help on using the changeset viewer.