Home
last modified time | relevance | path

Searched refs:PROCESSENTRY32 (Results 1 – 25 of 569) sorted by relevance

12345678910>>...23

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/pew/
H A D_win_utils.py21 class PROCESSENTRY32(Structure): class
36 LPPROCESSENTRY32 = POINTER(PROCESSENTRY32)
50 pe = PROCESSENTRY32()
51 pe.dwSize = sizeof(PROCESSENTRY32)
62 pe = PROCESSENTRY32()
63 pe.dwSize = sizeof(PROCESSENTRY32)
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreNsightChecker.cpp16 static BOOL WINAPI GetParentPID(PROCESSENTRY32& procentry) in GetParentPID()
82 memset((LPVOID)&procentry, 0, sizeof(PROCESSENTRY32)); in GetParentPID()
83 procentry.dwSize = sizeof(PROCESSENTRY32); in GetParentPID()
93 procentry.dwSize = sizeof(PROCESSENTRY32); in GetParentPID()
123 PROCESSENTRY32 selfprocentry; in IsWorkingUnderNsightImpl()
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dtlhelp32.pas159 PPROCESSENTRY32 = ^PROCESSENTRY32;
174 PROCESSENTRY32 = tagPROCESSENTRY32;
175 LPPROCESSENTRY32 = ^PROCESSENTRY32;
176 TProcessEntry32 = PROCESSENTRY32;
178 function Process32First(hSnapshot: HANDLE; var lppe: PROCESSENTRY32): BOOL; cdecl;
180 function Process32Next(hSnapshot: HANDLE; var lppe: PROCESSENTRY32): BOOL; cdecl;
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dprocess.c47 PROCESSENTRY32 pe; in os_proc_tree_kill_rec()
53 pe.dwSize = sizeof(PROCESSENTRY32); in os_proc_tree_kill_rec()
118 PROCESSENTRY32 pe; in os_proc_children()
126 pe.dwSize = sizeof(PROCESSENTRY32); in os_proc_children()
229 PROCESSENTRY32 pe; in os_proc_info()
239 pe.dwSize = sizeof(PROCESSENTRY32); in os_proc_info()
/dports/devel/py-billiard/billiard-3.6.3.0/billiard/
H A D_win.py29 class PROCESSENTRY32(Structure): class
42 LPPROCESSENTRY32 = POINTER(PROCESSENTRY32)
63 pe = PROCESSENTRY32()
64 pe.dwSize = sizeof(PROCESSENTRY32)
/dports/audio/murmur/mumble-1.3.3/overlay/
H A Dancestor.cpp17 static bool findParentProcessForChild(DWORD childpid, PROCESSENTRY32 *parent) { in findParentProcessForChild()
22 PROCESSENTRY32 pe; in findParentProcessForChild()
80 static bool getModuleForParent(PROCESSENTRY32 *parent, MODULEENTRY32 *module) { in getModuleForParent()
105 PROCESSENTRY32 parent; in GetProcessAncestorChain()
/dports/audio/mumble/mumble-1.3.3/overlay/
H A Dancestor.cpp17 static bool findParentProcessForChild(DWORD childpid, PROCESSENTRY32 *parent) { in findParentProcessForChild()
22 PROCESSENTRY32 pe; in findParentProcessForChild()
80 static bool getModuleForParent(PROCESSENTRY32 *parent, MODULEENTRY32 *module) { in getModuleForParent()
105 PROCESSENTRY32 parent; in GetProcessAncestorChain()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DTlhelp32.java98 public static class PROCESSENTRY32 extends Structure { class
100 public static class ByReference extends PROCESSENTRY32 implements Structure.ByReference {
163 public PROCESSENTRY32() { in PROCESSENTRY32() method in Tlhelp32.PROCESSENTRY32
167 public PROCESSENTRY32(Pointer memory) { in PROCESSENTRY32() method in Tlhelp32.PROCESSENTRY32
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/
H A DUtils.cpp69 PROCESSENTRY32 pe; in host_app_pid()
70 memset(&pe, 0, sizeof(PROCESSENTRY32)); in host_app_pid()
71 pe.dwSize = sizeof(PROCESSENTRY32); in host_app_pid()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwatlhelp32.pas216 PROCESSENTRY32 = PROCESSENTRY32W;
226 PPROCESSENTRY32 = ^PROCESSENTRY32;
241 PROCESSENTRY32 = tagPROCESSENTRY32;
243 LPPROCESSENTRY32 = ^PROCESSENTRY32;
245 TProcessEntry32 = PROCESSENTRY32;
254 function Process32First(hSnapshot: HANDLE; var lppe: PROCESSENTRY32): BOOL; stdcall;//always ANSI!
256 function Process32Next(hSnapshot: HANDLE; var lppe: PROCESSENTRY32): BOOL; stdcall; //always ANSI!
/dports/security/gopass/gopass-1.13.0/vendor/github.com/mitchellh/go-ps/
H A Dprocess_windows.go28 type PROCESSENTRY32 struct { struct
60 func newWindowsProcess(e *PROCESSENTRY32) *WindowsProcess { argument
101 var entry PROCESSENTRY32
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/mitchellh/go-ps/
H A Dprocess_windows.go28 type PROCESSENTRY32 struct { struct
60 func newWindowsProcess(e *PROCESSENTRY32) *WindowsProcess { argument
101 var entry PROCESSENTRY32
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/mitchellh/go-ps/
H A Dprocess_windows.go28 type PROCESSENTRY32 struct { struct
60 func newWindowsProcess(e *PROCESSENTRY32) *WindowsProcess { argument
101 var entry PROCESSENTRY32
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Client/
H A DMonoInstance.h22 PROCESSENTRY32 procentry; in WaitForParentPID()
23 procentry.dwSize = sizeof(PROCESSENTRY32); in WaitForParentPID()
38 procentry.dwSize = sizeof(PROCESSENTRY32) ; in WaitForParentPID()
/dports/devel/git-svn/git-2.34.1/compat/win32/
H A Dtrace2_win32_process_info.c17 static int find_pid(DWORD pid, HANDLE hSnapshot, PROCESSENTRY32 *pe32)
19 pe32->dwSize = sizeof(PROCESSENTRY32);
74 PROCESSENTRY32 pe32;
/dports/devel/git-gui/git-2.34.1/compat/win32/
H A Dtrace2_win32_process_info.c17 static int find_pid(DWORD pid, HANDLE hSnapshot, PROCESSENTRY32 *pe32) in find_pid()
19 pe32->dwSize = sizeof(PROCESSENTRY32); in find_pid()
74 PROCESSENTRY32 pe32; in get_processes()
/dports/devel/git-p4/git-2.34.1/compat/win32/
H A Dtrace2_win32_process_info.c17 static int find_pid(DWORD pid, HANDLE hSnapshot, PROCESSENTRY32 *pe32) in find_pid()
19 pe32->dwSize = sizeof(PROCESSENTRY32); in find_pid()
74 PROCESSENTRY32 pe32; in get_processes()
/dports/devel/git/git-2.34.1/compat/win32/
H A Dtrace2_win32_process_info.c17 static int find_pid(DWORD pid, HANDLE hSnapshot, PROCESSENTRY32 *pe32) in find_pid()
19 pe32->dwSize = sizeof(PROCESSENTRY32); in find_pid()
74 PROCESSENTRY32 pe32; in get_processes()
/dports/devel/git-cvs/git-2.34.1/compat/win32/
H A Dtrace2_win32_process_info.c17 static int find_pid(DWORD pid, HANDLE hSnapshot, PROCESSENTRY32 *pe32) in find_pid()
19 pe32->dwSize = sizeof(PROCESSENTRY32); in find_pid()
74 PROCESSENTRY32 pe32; in get_processes()
/dports/devel/cgit/cgit-1.2.3/git/compat/win32/
H A Dtrace2_win32_process_info.c17 static int find_pid(DWORD pid, HANDLE hSnapshot, PROCESSENTRY32 *pe32) in find_pid()
19 pe32->dwSize = sizeof(PROCESSENTRY32); in find_pid()
74 PROCESSENTRY32 pe32; in get_processes()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/ToolHelp/
H A Dmod.rs23 …First(hsnapshot: super::super::super::Foundation::HANDLE, lppe: *mut PROCESSENTRY32) -> super::sup… in Process32First()
27 …2Next(hsnapshot: super::super::super::Foundation::HANDLE, lppe: *mut PROCESSENTRY32) -> super::sup… in Process32Next()
132 pub struct PROCESSENTRY32 { struct
145 impl ::core::marker::Copy for PROCESSENTRY32 {} argument
147 impl ::core::clone::Clone for PROCESSENTRY32 { implementation
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/shellingham/
H A Dnt.py29 class PROCESSENTRY32(Structure): class
63 pe = PROCESSENTRY32()
64 pe.dwSize = sizeof(PROCESSENTRY32)
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dtlhelp32.d106 alias PROCESSENTRY32W PROCESSENTRY32; in version() local
114 struct PROCESSENTRY32 { struct
126 alias PROCESSENTRY32* PPROCESSENTRY32; argument
127 alias PROCESSENTRY32* LPPROCESSENTRY32;
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dtlhelp32.d106 alias PROCESSENTRY32W PROCESSENTRY32; in version() local
114 struct PROCESSENTRY32 { struct
126 alias PROCESSENTRY32* PPROCESSENTRY32; argument
127 alias PROCESSENTRY32* LPPROCESSENTRY32;
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dtlhelp32.d105 alias PROCESSENTRY32W PROCESSENTRY32; in version() local
113 struct PROCESSENTRY32 { struct
125 alias PROCESSENTRY32* PPROCESSENTRY32; argument
126 alias PROCESSENTRY32* LPPROCESSENTRY32;

12345678910>>...23