Home
last modified time | relevance | path

Searched refs:GUITHREADINFO (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawinable.pas81 LPGUITHREADINFO = ^GUITHREADINFO;
95 GUITHREADINFO = tagGUITHREADINFO;
97 TGuiThreadInfo = GUITHREADINFO;
113 function GetGUIThreadInfo(idThread: DWORD; var lpgui: GUITHREADINFO): BOOL; stdcall; in GetGUIThreadInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DGUITHREADINFO.java16 public class GUITHREADINFO { class
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/
H A DOleControlSite.java731 GUITHREADINFO lpgui1 = new GUITHREADINFO(); in onFocusOut()
732 lpgui1.cbSize = GUITHREADINFO.sizeof; in onFocusOut()
739 GUITHREADINFO lpgui2 = new GUITHREADINFO(); in onFocusOut()
740 lpgui2.cbSize = GUITHREADINFO.sizeof; in onFocusOut()
H A DOleFrame.java216 GUITHREADINFO lpgui = new GUITHREADINFO(); in getMsgProc()
217 lpgui.cbSize = GUITHREADINFO.sizeof; in getMsgProc()
/dports/security/cryptlib/cryptlib-3.4.3/random/
H A Dwin32.c1266 GUITHREADINFO guiThreadInfo; in fastPoll()
1386 guiThreadInfo.cbSize = sizeof( GUITHREADINFO ); in fastPoll()
1388 addRandomData( randomState, &guiThreadInfo, sizeof( GUITHREADINFO ) ); in fastPoll()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DUser32.java175 boolean GetGUIThreadInfo(int idThread, GUITHREADINFO lpgui); in GetGUIThreadInfo()
H A DWinUser.java87 public class GUITHREADINFO extends Structure { class
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py376 class GUITHREADINFO(Structure): class
388 PGUITHREADINFO = POINTER(GUITHREADINFO)
1362 gui = GUITHREADINFO()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py376 class GUITHREADINFO(Structure): class
388 PGUITHREADINFO = POINTER(GUITHREADINFO)
1362 gui = GUITHREADINFO()
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py376 class GUITHREADINFO(Structure): class
388 PGUITHREADINFO = POINTER(GUITHREADINFO)
1362 gui = GUITHREADINFO()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py376 class GUITHREADINFO(Structure): class
388 PGUITHREADINFO = POINTER(GUITHREADINFO)
1362 gui = GUITHREADINFO()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/protocol/
H A Drenderer_command.proto132 // This message is a subset of Win32 GUITHREADINFO. (For Windows only)
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/protocol/
H A Drenderer_command.proto132 // This message is a subset of Win32 GUITHREADINFO. (For Windows only)
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/protocol/
H A Drenderer_command.proto132 // This message is a subset of Win32 GUITHREADINFO. (For Windows only)
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/protocol/
H A Drenderer_command.proto132 // This message is a subset of Win32 GUITHREADINFO. (For Windows only)
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/protocol/
H A Drenderer_command.proto132 // This message is a subset of Win32 GUITHREADINFO. (For Windows only)
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/protocol/
H A Drenderer_command.proto132 // This message is a subset of Win32 GUITHREADINFO. (For Windows only)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.h490 GUITHREADINFO *getGUITHREADINFOFields(JNIEnv *env, jobject lpObject, GUITHREADINFO *lpStruct);
491 void setGUITHREADINFOFields(JNIEnv *env, jobject lpObject, GUITHREADINFO *lpStruct);
492 #define GUITHREADINFO_sizeof() sizeof(GUITHREADINFO)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DText.java1096 GUITHREADINFO lpgui = new GUITHREADINFO (); in getCaretPosition()
1097 lpgui.cbSize = GUITHREADINFO.sizeof; in getCaretPosition()
H A DCombo.java1005 GUITHREADINFO lpgui = new GUITHREADINFO (); in getCaretPosition()
1006 lpgui.cbSize = GUITHREADINFO.sizeof; in getCaretPosition()
/dports/emulators/mess/mame-mame0226/src/osd/windows/
H A Dwindow.cpp1908 GUITHREADINFO gti; in focus()
/dports/emulators/mame/mame-mame0226/src/osd/windows/
H A Dwindow.cpp1908 GUITHREADINFO gti; in focus()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/WindowsAndMessaging/
H A Dmod.rs283 …pub fn GetGUIThreadInfo(idthread: u32, pgui: *mut GUITHREADINFO) -> super::super::Foundation::BOOL; in GetGUIThreadInfo()
1608 pub struct GUITHREADINFO { struct
1620 impl ::core::marker::Copy for GUITHREADINFO {} argument
1622 impl ::core::clone::Clone for GUITHREADINFO { implementation
/dports/textproc/artha/artha-1.0.3/src/
H A Dgui.c367 GUITHREADINFO guiThread = {sizeof(GUITHREADINFO)}; in win32_capture_selection()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/WindowsAndMessaging/
H A Dmod.rs3438 pub struct GUITHREADINFO { struct
3450 impl GUITHREADINFO {} impl
3452 impl ::std::default::Default for GUITHREADINFO { implementation
3458 impl ::std::fmt::Debug for GUITHREADINFO { implementation
3474 impl ::std::cmp::PartialEq for GUITHREADINFO { implementation
3480 impl ::std::cmp::Eq for GUITHREADINFO {} implementation
3482 unsafe impl ::windows::runtime::Abi for GUITHREADINFO { implementation
3939 pub unsafe fn GetGUIThreadInfo(idthread: u32, pgui: *mut GUITHREADINFO) -> super::super::Foundation… in GetGUIThreadInfo()
3944 … fn GetGUIThreadInfo(idthread: u32, pgui: *mut GUITHREADINFO) -> super::super::Foundation::BOOL; in GetGUIThreadInfo()

12345678