Searched refs:wcex (Results 1 – 1 of 1) sorted by relevance
84 WNDCLASSEX wcex; in MyRegisterClass() local86 wcex.cbSize = sizeof(WNDCLASSEX); in MyRegisterClass()88 wcex.style = CS_HREDRAW | CS_VREDRAW; in MyRegisterClass()89 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()90 wcex.cbClsExtra = 0; in MyRegisterClass()91 wcex.cbWndExtra = 0; in MyRegisterClass()92 wcex.hInstance = hInstance; in MyRegisterClass()93 wcex.hIcon = LoadIcon(hInstance, IDI_APPLICATION); in MyRegisterClass()94 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass()95 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); in MyRegisterClass()[all …]