Home
last modified time | relevance | path

Searched refs:wcex (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/BonjourExample/
H A DBonjourExample.cpp53 WNDCLASSEX wcex; in _tmain() local
67 wcex.cbSize = sizeof( wcex ); in _tmain()
68 wcex.style = 0; in _tmain()
70 wcex.cbClsExtra = 0; in _tmain()
71 wcex.cbWndExtra = 0; in _tmain()
73 wcex.hIcon = NULL; in _tmain()
74 wcex.hCursor = NULL; in _tmain()
75 wcex.hbrBackground = NULL; in _tmain()
76 wcex.lpszMenuName = NULL; in _tmain()
78 wcex.hIconSm = NULL; in _tmain()
[all …]
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/windows/src/main/native/
H A Dnet_java_games_input_DummyWindow.c22 WNDCLASSEX wcex; in RegisterDummyWindow() local
23 wcex.cbSize = sizeof(WNDCLASSEX); in RegisterDummyWindow()
24 wcex.style = CS_HREDRAW | CS_VREDRAW; in RegisterDummyWindow()
26 wcex.cbClsExtra = 0; in RegisterDummyWindow()
27 wcex.cbWndExtra = 0; in RegisterDummyWindow()
28 wcex.hInstance = hInstance; in RegisterDummyWindow()
29 wcex.hIcon = NULL; in RegisterDummyWindow()
30 wcex.hCursor = NULL; in RegisterDummyWindow()
32 wcex.lpszMenuName = (LPCSTR)NULL; in RegisterDummyWindow()
34 wcex.hIconSm = NULL; in RegisterDummyWindow()
[all …]
/dports/graphics/opencv/opencv-4.5.3/samples/directx/
H A Dwinapp.hpp29 WNDCLASSEX wcex; in create() local
31 wcex.cbSize = sizeof(WNDCLASSEX); in create()
33 wcex.lpfnWndProc = &WinApp::StaticWndProc; in create()
34 wcex.cbClsExtra = 0; in create()
35 wcex.cbWndExtra = 0; in create()
36 wcex.hInstance = m_hInstance; in create()
39 wcex.hbrBackground = 0; in create()
40 wcex.lpszMenuName = 0L; in create()
41 wcex.lpszClassName = WINCLASS; in create()
42 wcex.hIconSm = 0; in create()
[all …]
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtwinmigrate/examples/winhost/
H A Dmain.cpp66 WNDCLASSEX wcex; in createWindow() local
67 wcex.cbSize = sizeof(WNDCLASSEX); in createWindow()
69 wcex.lpfnWndProc = (WNDPROC)WndProc; in createWindow()
70 wcex.cbClsExtra = 0; in createWindow()
71 wcex.cbWndExtra = 0; in createWindow()
72 wcex.hInstance = instance; in createWindow()
73 wcex.hIcon = NULL; in createWindow()
76 wcex.lpszMenuName = NULL; in createWindow()
77 wcex.lpszClassName = L"qtest"; in createWindow()
78 wcex.hIconSm = NULL; in createWindow()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dwin32_window.cc48 WNDCLASSEXW wcex; in Create() local
49 memset(&wcex, 0, sizeof(wcex)); in Create()
50 wcex.cbSize = sizeof(wcex); in Create()
51 if (::GetClassInfoExW(instance_, kWindowBaseClassName, &wcex) && in Create()
56 memset(&wcex, 0, sizeof(wcex)); in Create()
57 wcex.cbSize = sizeof(wcex); in Create()
58 wcex.hInstance = instance_; in Create()
59 wcex.lpfnWndProc = &Win32Window::WndProc; in Create()
60 wcex.lpszClassName = kWindowBaseClassName; in Create()
61 window_class_ = ::RegisterClassExW(&wcex); in Create()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dwin32_window.cc48 WNDCLASSEXW wcex; in Create() local
49 memset(&wcex, 0, sizeof(wcex)); in Create()
50 wcex.cbSize = sizeof(wcex); in Create()
51 if (::GetClassInfoExW(instance_, kWindowBaseClassName, &wcex) && in Create()
56 memset(&wcex, 0, sizeof(wcex)); in Create()
57 wcex.cbSize = sizeof(wcex); in Create()
58 wcex.hInstance = instance_; in Create()
59 wcex.lpfnWndProc = &Win32Window::WndProc; in Create()
60 wcex.lpszClassName = kWindowBaseClassName; in Create()
61 window_class_ = ::RegisterClassExW(&wcex); in Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dwin32_window.cc48 WNDCLASSEXW wcex; in Create() local
49 memset(&wcex, 0, sizeof(wcex)); in Create()
50 wcex.cbSize = sizeof(wcex); in Create()
51 if (::GetClassInfoExW(instance_, kWindowBaseClassName, &wcex) && in Create()
56 memset(&wcex, 0, sizeof(wcex)); in Create()
57 wcex.cbSize = sizeof(wcex); in Create()
58 wcex.hInstance = instance_; in Create()
59 wcex.lpfnWndProc = &Win32Window::WndProc; in Create()
60 wcex.lpszClassName = kWindowBaseClassName; in Create()
61 window_class_ = ::RegisterClassExW(&wcex); in Create()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dwin32_window.cc48 WNDCLASSEXW wcex; in Create() local
49 memset(&wcex, 0, sizeof(wcex)); in Create()
50 wcex.cbSize = sizeof(wcex); in Create()
51 if (::GetClassInfoExW(instance_, kWindowBaseClassName, &wcex) && in Create()
56 memset(&wcex, 0, sizeof(wcex)); in Create()
57 wcex.cbSize = sizeof(wcex); in Create()
58 wcex.hInstance = instance_; in Create()
59 wcex.lpfnWndProc = &Win32Window::WndProc; in Create()
60 wcex.lpszClassName = kWindowBaseClassName; in Create()
61 window_class_ = ::RegisterClassExW(&wcex); in Create()
/dports/math/scilab/scilab-6.1.1/scilab/modules/windows_tools/src/c/scilab_windows/
H A DWndThread.c95 WNDCLASSEX wcex; in RegisterWindowClass() local
97 wcex.cbSize = sizeof(WNDCLASSEX); in RegisterWindowClass()
98 wcex.style = CS_HREDRAW | CS_VREDRAW; in RegisterWindowClass()
99 wcex.lpfnWndProc = HiddenWndProc; in RegisterWindowClass()
100 wcex.cbClsExtra = 0; in RegisterWindowClass()
101 wcex.cbWndExtra = 0; in RegisterWindowClass()
103 wcex.hIcon = 0; in RegisterWindowClass()
104 wcex.hCursor = 0; in RegisterWindowClass()
106 wcex.lpszMenuName = 0; in RegisterWindowClass()
108 wcex.hIconSm = 0; in RegisterWindowClass()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/scriptedwizard/resources/opengl/files_win/
H A Dmain.c14 WNDCLASSEX wcex; in WinMain() local
23 wcex.cbSize = sizeof(WNDCLASSEX); in WinMain()
24 wcex.style = CS_OWNDC; in WinMain()
25 wcex.lpfnWndProc = WindowProc; in WinMain()
26 wcex.cbClsExtra = 0; in WinMain()
27 wcex.cbWndExtra = 0; in WinMain()
28 wcex.hInstance = hInstance; in WinMain()
30 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in WinMain()
32 wcex.lpszMenuName = NULL; in WinMain()
33 wcex.lpszClassName = "GLSample"; in WinMain()
[all …]
/dports/graphics/silgraphite/silgraphite-2.3.1/examples/HelloWorld/
H A DHelloWorld.cpp75 WNDCLASSEX wcex; in MyRegisterClass() local
77 wcex.cbSize = sizeof(WNDCLASSEX); in MyRegisterClass()
79 wcex.style = CS_HREDRAW | CS_VREDRAW; in MyRegisterClass()
80 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()
81 wcex.cbClsExtra = 0; in MyRegisterClass()
82 wcex.cbWndExtra = 0; in MyRegisterClass()
83 wcex.hInstance = hInstance; in MyRegisterClass()
85 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass()
88 wcex.lpszClassName = szWindowClass; in MyRegisterClass()
89 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in MyRegisterClass()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/cw/cpcc-win32/C++/
H A DCPC_GUI.cpp58 WNDCLASSEX wcex; in NdbRegisterClass() local
60 wcex.cbSize = sizeof(WNDCLASSEX); in NdbRegisterClass()
62 wcex.style = CS_HREDRAW | CS_VREDRAW ; in NdbRegisterClass()
63 wcex.lpfnWndProc = (WNDPROC)WndProc; in NdbRegisterClass()
64 wcex.cbClsExtra = 0; in NdbRegisterClass()
65 wcex.cbWndExtra = 0; in NdbRegisterClass()
66 wcex.hInstance = hInstance; in NdbRegisterClass()
70 wcex.lpszMenuName = (LPCSTR)IDC_CPC_GUI; in NdbRegisterClass()
71 wcex.lpszClassName = szWindowClass; in NdbRegisterClass()
72 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in NdbRegisterClass()
[all …]
/dports/net-im/vqcc-gtk/vqcc-gtk-0.5/src/
H A Dgui_tray_win32.c113 WNDCLASSEX wcex; in w32_tray_create_hidden_wnd() local
120 wcex.style = 0; in w32_tray_create_hidden_wnd()
122 wcex.cbClsExtra = 0; in w32_tray_create_hidden_wnd()
123 wcex.cbWndExtra = 0; in w32_tray_create_hidden_wnd()
125 wcex.hIcon = NULL; in w32_tray_create_hidden_wnd()
126 wcex.hCursor = NULL; in w32_tray_create_hidden_wnd()
127 wcex.hbrBackground = NULL; in w32_tray_create_hidden_wnd()
128 wcex.lpszMenuName = NULL; in w32_tray_create_hidden_wnd()
129 wcex.lpszClassName = wname; in w32_tray_create_hidden_wnd()
130 wcex.hIconSm = NULL; in w32_tray_create_hidden_wnd()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/views/win/
H A Dskia_win.cpp20 WNDCLASSEX wcex;
24 wcex.cbSize = sizeof(WNDCLASSEX);
27 wcex.lpfnWndProc = WndProc;
28 wcex.cbClsExtra = 0;
29 wcex.cbWndExtra = 0;
30 wcex.hInstance = hInstance;
31 wcex.hIcon = NULL;
32 wcex.hCursor = NULL;
34 wcex.lpszMenuName = NULL;
36 wcex.hIconSm = NULL;
[all …]
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtwinmigrate/examples/winwidget/
H A Dmain.cpp133 WNDCLASSEX wcex; in wWinMain() local
135 wcex.cbSize = sizeof(WNDCLASSEX); in wWinMain()
137 wcex.style = CS_HREDRAW | CS_VREDRAW; in wWinMain()
138 wcex.lpfnWndProc = (WNDPROC)WndProc; in wWinMain()
139 wcex.cbClsExtra = 0; in wWinMain()
140 wcex.cbWndExtra = 0; in wWinMain()
141 wcex.hInstance = hInstance; in wWinMain()
142 wcex.hIcon = NULL; in wWinMain()
145 wcex.lpszMenuName = NULL; in wWinMain()
146 wcex.lpszClassName = L"qtest"; in wWinMain()
[all …]
/dports/textproc/stardict3/stardict-3.0.6/dict/src/win32/
H A Dmouseover.cpp60 WNDCLASSEX wcex; in Create_hiddenwin() local
65 wcex.style = 0; in Create_hiddenwin()
67 wcex.cbClsExtra = 0; in Create_hiddenwin()
68 wcex.cbWndExtra = 0; in Create_hiddenwin()
70 wcex.hIcon = NULL; in Create_hiddenwin()
71 wcex.hCursor = NULL, in Create_hiddenwin()
72 wcex.hbrBackground = NULL; in Create_hiddenwin()
73 wcex.lpszMenuName = NULL; in Create_hiddenwin()
74 wcex.lpszClassName = wname; in Create_hiddenwin()
75 wcex.hIconSm = NULL; in Create_hiddenwin()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/desktop_capture/win/test_support/
H A Dtest_window.cc51 WNDCLASSEXW wcex; in CreateTestWindow() local
52 memset(&wcex, 0, sizeof(wcex)); in CreateTestWindow()
53 wcex.cbSize = sizeof(wcex); in CreateTestWindow()
54 wcex.style = CS_HREDRAW | CS_VREDRAW; in CreateTestWindow()
55 wcex.hInstance = info.window_instance; in CreateTestWindow()
56 wcex.lpfnWndProc = &WindowProc; in CreateTestWindow()
57 wcex.lpszClassName = kWindowClass; in CreateTestWindow()
58 info.window_class = ::RegisterClassExW(&wcex); in CreateTestWindow()
/dports/graphics/opencv/opencv-4.5.3/samples/opengl/
H A Dwinapp.hpp48 WNDCLASSEX wcex; in create() local
50 wcex.cbSize = sizeof(WNDCLASSEX); in create()
52 wcex.lpfnWndProc = &WinApp::StaticWndProc; in create()
53 wcex.cbClsExtra = 0; in create()
54 wcex.cbWndExtra = 0; in create()
55 wcex.hInstance = m_hInstance; in create()
58 wcex.hbrBackground = 0; in create()
59 wcex.lpszMenuName = 0L; in create()
60 wcex.lpszClassName = WINCLASS; in create()
61 wcex.hIconSm = 0; in create()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/14.Win32Window/
H A Dmain.cpp81 WNDCLASSEX wcex; in main() local
82 wcex.cbSize = sizeof(WNDCLASSEX); in main()
83 wcex.style = CS_HREDRAW | CS_VREDRAW; in main()
85 wcex.cbClsExtra = 0; in main()
86 wcex.cbWndExtra = DLGWINDOWEXTRA; in main()
87 wcex.hInstance = hInstance; in main()
88 wcex.hIcon = NULL; in main()
91 wcex.lpszMenuName = 0; in main()
92 wcex.lpszClassName = Win32ClassName; in main()
93 wcex.hIconSm = 0; in main()
[all …]
/dports/graphics/libmng/libmng-1.0.10/contrib/msvc/mngview/
H A DMain.cpp233 WNDCLASSEX wcex; in InitApplication() local
235 ZeroMemory( &wcex, sizeof(wcex) ); in InitApplication()
236 wcex.cbSize = sizeof(wcex); in InitApplication()
237 wcex.style = 0; in InitApplication()
238 wcex.lpfnWndProc = WindowProc; in InitApplication()
239 wcex.cbClsExtra = 0; in InitApplication()
240 wcex.cbWndExtra = 0; in InitApplication()
241 wcex.hInstance = hInstance; in InitApplication()
245 wcex.lpszMenuName = 0; in InitApplication()
247 wcex.hIconSm = 0; in InitApplication()
[all …]
/dports/devel/upp/upp/uppsrc/upt/
H A DWin32.upt130 WNDCLASSEX wcex;
132 ZeroMemory(&wcex,sizeof(WNDCLASSEX));
134 wcex.cbSize = sizeof(WNDCLASSEX);
136 wcex.style = CS_HREDRAW | CS_VREDRAW;
137 wcex.lpfnWndProc = (WNDPROC) WndProc;
138 wcex.cbClsExtra = 0;
139 wcex.cbWndExtra = 0;
140 wcex.hInstance = hInstance;<:?icon:>
144 wcex.hCursor = LoadCursor(NULL, IDC_ARROW);
147 wcex.lpszClassName = "UPPW32APP";
[all …]
/dports/graphics/agg/agg-2.5/examples/win32_api/pure_api/
H A Dpure_api.cpp77 WNDCLASSEX wcex; in MyRegisterClass() local
79 wcex.cbSize = sizeof(WNDCLASSEX); in MyRegisterClass()
81 wcex.style = CS_HREDRAW | CS_VREDRAW; in MyRegisterClass()
82 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()
83 wcex.cbClsExtra = 0; in MyRegisterClass()
84 wcex.cbWndExtra = 0; in MyRegisterClass()
85 wcex.hInstance = hInstance; in MyRegisterClass()
89 wcex.lpszMenuName = (LPCSTR)IDC_PURE_API; in MyRegisterClass()
90 wcex.lpszClassName = szWindowClass; in MyRegisterClass()
91 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in MyRegisterClass()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/See-file/
H A Dmhstatus.c60 WNDCLASS wcex; in register_status_window_class() local
61 ZeroMemory( &wcex, sizeof(wcex)); in register_status_window_class()
63 wcex.style = CS_NOCLOSE; in register_status_window_class()
65 wcex.cbClsExtra = 0; in register_status_window_class()
66 wcex.cbWndExtra = 0; in register_status_window_class()
67 wcex.hInstance = GetNHApp()->hApp; in register_status_window_class()
68 wcex.hIcon = NULL; in register_status_window_class()
70 wcex.hbrBackground = status_bg_brush in register_status_window_class()
72 wcex.lpszMenuName = NULL; in register_status_window_class()
73 wcex.lpszClassName = szStatusWindowClass; in register_status_window_class()
[all …]
/dports/games/nethack34/nethack-3.4.3/win/win32/
H A Dmhstatus.c60 WNDCLASS wcex; in register_status_window_class() local
61 ZeroMemory( &wcex, sizeof(wcex)); in register_status_window_class()
63 wcex.style = CS_NOCLOSE; in register_status_window_class()
65 wcex.cbClsExtra = 0; in register_status_window_class()
66 wcex.cbWndExtra = 0; in register_status_window_class()
67 wcex.hInstance = GetNHApp()->hApp; in register_status_window_class()
68 wcex.hIcon = NULL; in register_status_window_class()
70 wcex.hbrBackground = status_bg_brush in register_status_window_class()
72 wcex.lpszMenuName = NULL; in register_status_window_class()
73 wcex.lpszClassName = szStatusWindowClass; in register_status_window_class()
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/win/win32/
H A Dmhstatus.c60 WNDCLASS wcex; in register_status_window_class() local
61 ZeroMemory( &wcex, sizeof(wcex)); in register_status_window_class()
63 wcex.style = CS_NOCLOSE; in register_status_window_class()
65 wcex.cbClsExtra = 0; in register_status_window_class()
66 wcex.cbWndExtra = 0; in register_status_window_class()
67 wcex.hInstance = GetNHApp()->hApp; in register_status_window_class()
68 wcex.hIcon = NULL; in register_status_window_class()
70 wcex.hbrBackground = status_bg_brush in register_status_window_class()
72 wcex.lpszMenuName = NULL; in register_status_window_class()
73 wcex.lpszClassName = szStatusWindowClass; in register_status_window_class()
[all …]

1234567891011