Changeset 26489 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp
- Timestamp:
- Feb 14, 2010 7:32:29 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57659
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp
r26136 r26489 129 129 ss.dwServiceType = SERVICE_WIN32_OWN_PROCESS; 130 130 ss.dwCurrentState = g_rcWinService; 131 ss.dwControlsAccepted 131 ss.dwControlsAccepted = SERVICE_ACCEPT_STOP | SERVICE_ACCEPT_SHUTDOWN; 132 132 ss.dwWin32ExitCode = NO_ERROR; 133 133 ss.dwServiceSpecificExitCode = 0; /* Not used */
Note:
See TracChangeset
for help on using the changeset viewer.