Lines Matching defs:wc
98 WNDCLASS wc;104 wc.style = 0;106 wc.lpfnWndProc = WndProc;108 wc.cbClsExtra = 0;110 wc.cbWndExtra = 0;112 wc.hInstance = NULL;114 wc.hIcon = NULL;116 wc.hCursor = NULL;118 wc.hbrBackground = NULL;120 wc.lpszMenuName = NULL;122 wc.lpszClassName = windowClassName;126 atom = RegisterClass(&wc);