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

/vbox/src/VBox/Main/src-server/win/
H A DHostPowerWin.cpp38 int rc = RTThreadCreate(&mThread, HostPowerServiceWin::NotificationThread, this, 65536,
65 DECLCALLBACK(int) HostPowerServiceWin::NotificationThread(RTTHREAD ThreadSelf, void *pInstance) function in class:HostPowerServiceWin
94 Log(("HostPowerServiceWin::NotificationThread: RegisterClassA failed with %x\n", GetLastError()));
106 Log(("HostPowerServiceWin::NotificationThread: CreateWindowExA failed with %x\n", GetLastError()));
133 Log(("HostPowerServiceWin::NotificationThread: exit thread\n"));

Completed in 41 milliseconds