Searched refs:wcx (Results 1 – 1 of 1) sorted by relevance
89 WNDCLASSEXW wcx = {0}; in CreateTopWindow() local90 wcx.cbSize = sizeof(wcx); in CreateTopWindow()91 wcx.style = CS_HREDRAW | CS_VREDRAW; in CreateTopWindow()92 wcx.lpfnWndProc = CrashSvcWndProc; in CreateTopWindow()93 wcx.hInstance = instance; in CreateTopWindow()94 wcx.lpszClassName = L"crash_svc_class"; in CreateTopWindow()95 ATOM atom = ::RegisterClassExW(&wcx); in CreateTopWindow()100 HWND window = CreateWindowExW(0, wcx.lpszClassName, L"crash service", style, in CreateTopWindow()