Changeset 71144 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Feb 27, 2018 10:45:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r71143 r71144 158 158 { 159 159 ComPtr<IVirtualBoxClientList> ptrClientList; 160 /* 160 /** 161 161 * Connect to VBoxSDS. 162 * here we close all API client processes: our own and customers 162 163 */ 163 // TODO: here we close all API client processes: our own and customers164 164 LogRelFunc(("Forcibly close API clients during system shutdown on Windows 7:\n")); 165 165 HRESULT hrc = CoCreateInstance(CLSID_VirtualBoxClientList, NULL, CLSCTX_LOCAL_SERVER, IID_IVirtualBoxClientList,
Note:
See TracChangeset
for help on using the changeset viewer.