Home
last modified time | relevance | path

Searched refs:WNDCLASS (Results 1 – 25 of 1385) sorted by relevance

12345678910>>...56

/dports/lang/ghc/ghc-8.10.7/libraries/Win32/Graphics/Win32/
H A DWindow.hsc79 type WNDCLASS = type
95 withWNDCLASS :: WNDCLASS -> (Ptr WNDCLASS -> IO a) -> IO a
97 allocaBytes #{size WNDCLASS} $ \ p -> do
98 #{poke WNDCLASS,style} p style
100 #{poke WNDCLASS,cbClsExtra} p (0::INT)
101 #{poke WNDCLASS,cbWndExtra} p (0::INT)
102 #{poke WNDCLASS,hInstance} p inst
103 #{poke WNDCLASS,hIcon} p (maybePtr mb_icon)
107 #{poke WNDCLASS,lpszClassName} p cls
115 registerClass :: WNDCLASS -> IO (Maybe ATOM)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations_win32k_interception.h22 typedef ATOM (WINAPI *RegisterClassWFunction) (const WNDCLASS* wnd_class);
38 const WNDCLASS* wnd_class);
/dports/graphics/openrm/rm160/rmaux/
H A Drmcreatw.c165 WNDCLASS wc; in rmauxCreateW32Window()
170 memset((void *)&wc, 0, sizeof(WNDCLASS)); in rmauxCreateW32Window()
275 WNDCLASS wndClass; in rmauxCreateOffscreenDrawable()
282 memset((void *)&wndClass,0,sizeof(WNDCLASS)); in rmauxCreateOffscreenDrawable()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/win32/
H A Dwinmain.c28 WNDCLASS wcNetHack;
29 WNDCLASS wcNHText;
30 WNDCLASS wcNHPopup;
31 WNDCLASS wcNHListbox;
H A Dnhwin32.h169 extern WNDCLASS wcNetHack;
170 extern WNDCLASS wcNHText;
171 extern WNDCLASS wcNHPopup;
172 extern WNDCLASS wcNHListbox;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/python/servo/
H A Dwin32_toast.py11 from win32gui import WNDCLASS, RegisterClass, CreateWindow, UpdateWindow
20 wc = WNDCLASS()
/dports/games/el/Eternal-Lands-1.9.5.9-1/fsaa/
H A Dfsaa_wgl.c26 WNDCLASS wndclass; in get_fsaa_modes()
43 memset(&wndclass, 0, sizeof(WNDCLASS)); in get_fsaa_modes()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/windows/leashdll/
H A Dwinutil.c100 WNDCLASS wndclass; in Register_MITPasswordEditControl()
102 memset(&wndclass, 0, sizeof(WNDCLASS)); in Register_MITPasswordEditControl()
/dports/security/krb5/krb5-1.19.2/src/windows/leashdll/
H A Dwinutil.c100 WNDCLASS wndclass; in Register_MITPasswordEditControl()
102 memset(&wndclass, 0, sizeof(WNDCLASS)); in Register_MITPasswordEditControl()
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/win32/
H A Dwndclass.rkt274 (void (RegisterClassW (make-WNDCLASS CS_OWNDC
285 (void (RegisterClassW (make-WNDCLASS 0 ; using CS_OWNDC creates trouble when resizing?
296 (void (RegisterClassW (make-WNDCLASS 0
309 (void (RegisterClassW (make-WNDCLASS 0
326 (set-WNDCLASS-lpszClassName! i (string-append "PLT" orig-name))
327 (set-WNDCLASS-hCursor! i #f)
/dports/graphics/freeglut/freeglut-3.2.1/src/mswin/
H A Dfg_init_mswin.c45 WNDCLASS wc; in fgPlatformInitialize()
55 ZeroMemory( &wc, sizeof(WNDCLASS) ); in fgPlatformInitialize()
/dports/lang/python-legacy/Python-2.7.18/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/lang/python27/Python-2.7.18/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/mswin/
H A Dfg_init_mswin.c47 WNDCLASS wc; in fgPlatformInitialize()
57 ZeroMemory( &wc, sizeof(WNDCLASS) ); in fgPlatformInitialize()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/databases/py-gdbm/Python-3.8.12/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/lang/python310/Python-3.10.1/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/lang/python37/Python-3.7.12/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/lang/python38/Python-3.8.12/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/lang/python-tools/Python-3.8.12/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/lang/python39/Python-3.9.9/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/emulators/bochs/bochs-2.7/gui/
H A Dscrollwin.cc156 WNDCLASS wc; in RegisterScrollWindow()
158 memset(&wc,0,sizeof(WNDCLASS)); in RegisterScrollWindow()
/dports/lang/python311/Python-3.11.0a3/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/ctypes/test/
H A Dtest_funcptr.py56 class WNDCLASS(Structure): class
67 wndclass = WNDCLASS()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/MSVC/
H A DDisplayDD.cpp189 WNDCLASS cls = {0}; in createwindow()
212 WNDCLASS wndclass; in createwindow()
216 ZeroMemory( &wndclass, sizeof(WNDCLASS) ); in createwindow()
256 WNDCLASS wc = {0}; in Initialize()

12345678910>>...56