Searched refs:wcex (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/sal/workben/clipboardwben/testpaste/ |
| H A D | cbptest.cxx | 195 WNDCLASSEXW wcex; in MyRegisterClass() local 197 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() 204 wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_TESTWIN32); in MyRegisterClass() 205 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass() 206 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); in MyRegisterClass() [all …]
|
| /trunk/main/sal/workben/clipboardwben/testcopy/ |
| H A D | cbcpytest.cxx | 184 WNDCLASSEX wcex; in MyRegisterClass() local 186 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() 193 wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_TESTWIN32); in MyRegisterClass() 194 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass() 195 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); in MyRegisterClass() [all …]
|
| /trunk/main/sal/workben/clipboardwben/testviewer/ |
| H A D | cbvtest.cxx | 142 WNDCLASSEXW wcex; in MyRegisterClass() local 144 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() 151 wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_TESTWIN32); in MyRegisterClass() 152 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass() 153 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); in MyRegisterClass() [all …]
|
| /trunk/main/desktop/win32/source/QuickStart/ |
| H A D | QuickStart.cpp | 221 WNDCLASSEX wcex; in MyRegisterClass() local 223 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() 230 wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_QUICKSTART); in MyRegisterClass() 231 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass() 232 wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); in MyRegisterClass() [all …]
|
| /trunk/main/fpicker/source/win32/folderpicker/ |
| H A D | MtaFop.cxx | 779 WNDCLASSEXA wcex; in RegisterStaRequestWindowClass() local 781 ZeroMemory( &wcex, sizeof( WNDCLASSEXA ) ); in RegisterStaRequestWindowClass() 783 wcex.cbSize = sizeof(WNDCLASSEXA); in RegisterStaRequestWindowClass() 784 wcex.style = 0; in RegisterStaRequestWindowClass() 785 wcex.lpfnWndProc = static_cast< WNDPROC >( CMtaFolderPicker::StaWndProc ); 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() [all …]
|
| /trunk/main/dtrans/source/win32/mtaole/ |
| H A D | MtaOleClipb.cxx | 749 WNDCLASSEXA wcex; in createMtaOleReqWnd() local 754 ZeroMemory( &wcex, sizeof( WNDCLASSEXA ) ); in createMtaOleReqWnd() 756 wcex.cbSize = sizeof(WNDCLASSEXA); in createMtaOleReqWnd() 757 wcex.style = 0; in createMtaOleReqWnd() 758 wcex.lpfnWndProc = static_cast< WNDPROC >( CMtaOleClipboard::mtaOleReqWndProc ); in createMtaOleReqWnd() 759 wcex.cbClsExtra = 0; in createMtaOleReqWnd() 760 wcex.cbWndExtra = 0; in createMtaOleReqWnd() 761 wcex.hInstance = hInst; in createMtaOleReqWnd() 762 wcex.hIcon = NULL; in createMtaOleReqWnd() 763 wcex.hCursor = NULL; in createMtaOleReqWnd() [all …]
|
| /trunk/extras/l10n/source/kid/ |
| H A D | localize.sdf | 63734 …ingwindow DLG_STYLE_DESIGNER CMD_SID_STYLE_DESIGNER 116 kid +1wcex‖Styles and Formatti…
|