Searched refs:dwCurrentState (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/win/Install/
H A DUSBUninstall.cpp118 if (Status.dwCurrentState == SERVICE_STOPPED)
123 while (Status.dwCurrentState == SERVICE_STOP_PENDING && iWait-- > 0)
128 if (Status.dwCurrentState == SERVICE_STOPPED)
131 AssertMsgFailed(("Failed to stop service. status=%d\n", Status.dwCurrentState));
136 AssertMsgFailed(("ControlService failed with LastError=%Rwa. status=%d\n", LastError, Status.dwCurrentState));
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPLib-win.cpp367 if (Status.dwCurrentState == SERVICE_STOPPED)
372 while (Status.dwCurrentState == SERVICE_STOP_PENDING && iWait-- > 0)
377 if (Status.dwCurrentState == SERVICE_STOPPED)
381 AssertMsgFailed(("Failed to stop service. status=%d\n", Status.dwCurrentState));
388 AssertMsgFailed(("ControlService failed with dwErr=%Rwa. status=%d\n", dwErr, Status.dwCurrentState));
571 if (Status.dwCurrentState == SERVICE_RUNNING)
575 if (Status.dwCurrentState == SERVICE_START_PENDING)
597 if (Status.dwCurrentState == SERVICE_START_PENDING)
600 for (iWait = 100; iWait > 0 && Status.dwCurrentState == SERVICE_START_PENDING; iWait--)
606 AssertMsg(Status.dwCurrentState !
[all...]
H A DSUPSvc-win.cpp412 SvcStatus.dwCurrentState = dwStatus;
/vbox/src/VBox/HostDrivers/VBoxUSB/win/testcase/
H A DUSBTest.cpp84 if (Status.dwCurrentState == SERVICE_STOPPED)
89 while (Status.dwCurrentState == SERVICE_STOP_PENDING && iWait-- > 0)
94 if (Status.dwCurrentState == SERVICE_STOPPED)
97 AssertMsgFailed(("Failed to stop service. status=%d\n", Status.dwCurrentState));
102 AssertMsgFailed(("ControlService failed with LastError=%Rwa. status=%d\n", LastError, Status.dwCurrentState));
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.h68 SERVER_DWORD dwCurrentState; member in struct:__anon16546
H A Dscard.c1058 cur->dwCurrentState = cur->dwEventState;
1087 dstIter->dwCurrentState = srcIter->dwCurrentState;
1106 dstIter->dwCurrentState = srcIter->dwCurrentState;
1149 in_uint32_le(in, cur->dwCurrentState);
1168 cur->dwCurrentState |= SCARD_STATE_IGNORE;
1173 cur->pvUserData, (unsigned) cur->dwCurrentState,
1215 cur->pvUserData, (unsigned) cur->dwCurrentState,
1219 cur->dwCurrentState
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinscard.h60 DWORD dwCurrentState; member in struct:__anon14570
69 DWORD dwCurrentState; member in struct:__anon14571
H A Dwinsvc.h148 DWORD dwCurrentState; member in struct:_SERVICE_STATUS
161 DWORD dwCurrentState; member in struct:_SERVICE_STATUS_PROCESS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinscard.h55 DWORD dwCurrentState; member in struct:__anon1878
64 DWORD dwCurrentState; member in struct:__anon1879
H A Dwinsvc.h146 DWORD dwCurrentState; member in struct:_SERVICE_STATUS
159 DWORD dwCurrentState; member in struct:_SERVICE_STATUS_PROCESS
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService-win.cpp139 ss.dwCurrentState = dwStatus;
141 if (ss.dwCurrentState != SERVICE_START_PENDING)
/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp762 if (Status.dwCurrentState != SERVICE_RUNNING && Status.dwCurrentState != SERVICE_START_PENDING)
785 if (Status.dwCurrentState == SERVICE_START_PENDING)
798 else if (Status.dwCurrentState != SERVICE_START_PENDING)
803 if (hr != S_OK || Status.dwCurrentState != SERVICE_RUNNING)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dsvcctl.idl90 DWORD dwCurrentState;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dsvcctl.idl90 DWORD dwCurrentState;
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp523 SvcStatus.dwCurrentState = dwStatus;

Completed in 166 milliseconds