Changeset 25796 in vbox
- Timestamp:
- Jan 13, 2010 8:54:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp
r25795 r25796 26 26 #include <iprt/assert.h> 27 27 #include <iprt/err.h> 28 #include <iprt/ldr.h>29 28 #include <VBox/VBoxGuestLib.h> 30 29 #include "VBoxServiceInternal.h" … … 36 35 DWORD g_rcWinService = 0; 37 36 SERVICE_STATUS_HANDLE g_hWinServiceStatus = NULL; 38 39 /** Dynamically loaded function ChangeServiceConfig2() which is not available in NT4. */40 typedef BOOL (WINAPI FNCHANGESERVICECONFIG2) (SC_HANDLE hService, DWORD dwInfoLevel, LPVOID lpInfo);41 /** Pointer to FNCHANGESERVICECONFIG2. */42 typedef FNCHANGESERVICECONFIG2 *PFNCHANGESERVICECONFIG2;43 37 44 38 void WINAPI VBoxServiceWinMain (DWORD argc, LPTSTR *argv);
Note:
See TracChangeset
for help on using the changeset viewer.