Searched refs:wndclass (Results 1 – 1 of 1) sorted by relevance
220 WNDCLASSEXW wndclass; in _power_notification_thread() local221 memset(&wndclass, 0, sizeof(wndclass)); in _power_notification_thread()222 wndclass.cbSize = sizeof(wndclass); in _power_notification_thread()223 wndclass.lpfnWndProc = _power_window_proc; in _power_notification_thread()224 wndclass.hInstance = instance; in _power_notification_thread()225 wndclass.lpszClassName = kPowerNotificationWindowClassName; in _power_notification_thread()226 if (!RegisterClassExW(&wndclass)) { in _power_notification_thread()