Searched defs:HostPowerServiceWin (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A DHostPowerWin.cpp34 HostPowerServiceWin::HostPowerServiceWin(VirtualBox *aVirtualBox) : HostPowerService(aVirtualBox), mThread(NIL_RTTHREAD) function in class:HostPowerServiceWin
38 int rc = RTThreadCreate(&mThread, HostPowerServiceWin::NotificationThread, this, 65536,
43 Log(("HostPowerServiceWin::HostPowerServiceWin: RTThreadCreate failed with %Rrc\n", rc));
48 HostPowerServiceWin::~HostPowerServiceWin()
52 Log(("HostPowerServiceWin::!HostPowerServiceWin: destroy window %x\n", mHwnd));
65 DECLCALLBACK(int) HostPowerServiceWin
[all...]
/vbox/src/VBox/Main/include/
H A DHostPower.h46 class HostPowerServiceWin : public HostPowerService class in inherits:HostPowerService
50 HostPowerServiceWin(VirtualBox *aVirtualBox);
51 virtual ~HostPowerServiceWin();

Completed in 101 milliseconds