Searched refs:wcex (Results 1 – 7 of 7) sorted by relevance
184 WNDCLASSEX wcex; in MyRegisterClass() local186 wcex.cbSize = sizeof(WNDCLASSEX); in MyRegisterClass()188 wcex.style = CS_HREDRAW | CS_VREDRAW; in MyRegisterClass()189 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()190 wcex.cbClsExtra = 0; in MyRegisterClass()191 wcex.cbWndExtra = 0; in MyRegisterClass()192 wcex.hInstance = hInstance; in MyRegisterClass()196 wcex.lpszMenuName = (LPCTSTR)IDC_TESTWIN32; in MyRegisterClass()197 wcex.lpszClassName = _T(szWindowClass); in MyRegisterClass()198 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in MyRegisterClass()[all …]
195 WNDCLASSEXW wcex; in MyRegisterClass() local197 wcex.cbSize = sizeof(WNDCLASSEX); in MyRegisterClass()199 wcex.style = CS_HREDRAW | CS_VREDRAW; in MyRegisterClass()200 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()201 wcex.cbClsExtra = 0; in MyRegisterClass()202 wcex.cbWndExtra = 0; in MyRegisterClass()203 wcex.hInstance = hInstance; in MyRegisterClass()207 wcex.lpszMenuName = (LPCWSTR)IDC_TESTWIN32; in MyRegisterClass()208 wcex.lpszClassName = szWindowClass; in MyRegisterClass()209 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in MyRegisterClass()[all …]
142 WNDCLASSEXW wcex; in MyRegisterClass() local144 wcex.cbSize = sizeof(WNDCLASSEX); in MyRegisterClass()146 wcex.style = CS_HREDRAW | CS_VREDRAW; in MyRegisterClass()147 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()148 wcex.cbClsExtra = 0; in MyRegisterClass()149 wcex.cbWndExtra = 0; in MyRegisterClass()150 wcex.hInstance = hInstance; in MyRegisterClass()154 wcex.lpszMenuName = (LPCWSTR)IDC_TESTWIN32; in MyRegisterClass()155 wcex.lpszClassName = szWindowClass; in MyRegisterClass()156 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in MyRegisterClass()[all …]
221 WNDCLASSEX wcex; in MyRegisterClass() local223 wcex.cbSize = sizeof(WNDCLASSEX); in MyRegisterClass()225 wcex.style = CS_HREDRAW | CS_VREDRAW; in MyRegisterClass()226 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()227 wcex.cbClsExtra = 0; in MyRegisterClass()228 wcex.cbWndExtra = 0; in MyRegisterClass()229 wcex.hInstance = hInstance; in MyRegisterClass()233 wcex.lpszMenuName = NULL; in MyRegisterClass()234 wcex.lpszClassName = szWindowClass; in MyRegisterClass()235 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in MyRegisterClass()[all …]
779 WNDCLASSEXA wcex; in RegisterStaRequestWindowClass() local784 wcex.style = 0; in RegisterStaRequestWindowClass()786 wcex.cbClsExtra = 0; in RegisterStaRequestWindowClass()787 wcex.cbWndExtra = 0; in RegisterStaRequestWindowClass()788 wcex.hInstance = m_hInstance; in RegisterStaRequestWindowClass()789 wcex.hIcon = NULL; in RegisterStaRequestWindowClass()790 wcex.hCursor = NULL; in RegisterStaRequestWindowClass()791 wcex.hbrBackground = NULL; in RegisterStaRequestWindowClass()792 wcex.lpszMenuName = NULL; in RegisterStaRequestWindowClass()793 wcex.lpszClassName = g_szWndClsName; in RegisterStaRequestWindowClass()[all …]
751 WNDCLASSEXA wcex; in createMtaOleReqWnd() local759 wcex.style = 0; in createMtaOleReqWnd()761 wcex.cbClsExtra = 0; in createMtaOleReqWnd()762 wcex.cbWndExtra = 0; in createMtaOleReqWnd()763 wcex.hInstance = hInst; in createMtaOleReqWnd()764 wcex.hIcon = NULL; in createMtaOleReqWnd()765 wcex.hCursor = NULL; in createMtaOleReqWnd()766 wcex.hbrBackground = NULL; in createMtaOleReqWnd()767 wcex.lpszMenuName = NULL; in createMtaOleReqWnd()768 wcex.lpszClassName = g_szWndClsName; in createMtaOleReqWnd()[all …]
63734 …src 0 dockingwindow DLG_STYLE_DESIGNER CMD_SID_STYLE_DESIGNER 116 kid +1wcex‖Styles and Formatti…
Completed in 882 milliseconds