Searched refs:wcex (Results 1 – 1 of 1) sorted by relevance
90 WNDCLASSEX wcex; in MyRegisterClass() local92 wcex.cbSize = sizeof(WNDCLASSEX); in MyRegisterClass()94 wcex.style = CS_HREDRAW | CS_VREDRAW; in MyRegisterClass()95 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()96 wcex.cbClsExtra = 0; in MyRegisterClass()97 wcex.cbWndExtra = 0; in MyRegisterClass()98 wcex.hInstance = hInstance; in MyRegisterClass()99 wcex.hIcon = LoadIcon(hInstance, IDI_APPLICATION); in MyRegisterClass()100 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass()101 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); in MyRegisterClass()[all …]