Home
last modified time | relevance | path

Searched refs:CreateToolhelp32Snapshot (Results 1 – 25 of 1782) sorted by relevance

12345678910>>...72

/dports/devel/py-shellingham/shellingham-1.4.0/src/shellingham/
H A Dnt.py69 kernel32.CreateToolhelp32Snapshot.argtypes = [DWORD, DWORD]
70 kernel32.CreateToolhelp32Snapshot.restype = HANDLE
71 kernel32.CreateToolhelp32Snapshot.errcheck = _check_handle( # type: ignore
113 f = kernel32.CreateToolhelp32Snapshot
/dports/devel/py-billiard/billiard-3.6.3.0/billiard/
H A D_win.py45 def CreateToolhelp32Snapshot(dwFlags=2, th32ProcessID=0): function
46 hSnapshot = windll.kernel32.CreateToolhelp32Snapshot(dwFlags,
77 h = CreateToolhelp32Snapshot()
/dports/lang/python27/Python-2.7.18/PC/VS8.0/
H A Dkill_python.c44 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, our_pid); in main()
91 hsp = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in main()
120 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, pe.th32ProcessID); in main()
/dports/lang/python27/Python-2.7.18/PC/VS9.0/
H A Dkill_python.c44 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, our_pid); in main()
91 hsp = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in main()
120 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, pe.th32ProcessID); in main()
/dports/audio/murmur/mumble-1.3.3/overlay/
H A Dancestor.cpp32 hSnap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in findParentProcessForChild()
55 hSnap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in findParentProcessForChild()
87 hSnap = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE32 | TH32CS_SNAPMODULE, parent->th32ProcessID); in getModuleForParent()
/dports/lang/python-legacy/Python-2.7.18/PC/VS8.0/
H A Dkill_python.c44 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, our_pid); in main()
91 hsp = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in main()
120 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, pe.th32ProcessID); in main()
/dports/lang/python-legacy/Python-2.7.18/PC/VS9.0/
H A Dkill_python.c44 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, our_pid); in main()
91 hsp = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in main()
120 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, pe.th32ProcessID); in main()
/dports/audio/mumble/mumble-1.3.3/overlay/
H A Dancestor.cpp32 hSnap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in findParentProcessForChild()
55 hSnap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); in findParentProcessForChild()
87 hSnap = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE32 | TH32CS_SNAPMODULE, parent->th32ProcessID); in getModuleForParent()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/pew/
H A D_win_utils.py39 def CreateToolhelp32Snapshot(dwFlags=2, th32ProcessID=0): function
40 hSnapshot = windll.kernel32.CreateToolhelp32Snapshot(
83 h_process = CreateToolhelp32Snapshot()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbi_stack_win32.cpp104 FCreateToolhelp32Snapshot CreateToolhelp32Snapshot; in s_FillModuleListTH32() local
120 CreateToolhelp32Snapshot = in s_FillModuleListTH32()
122 &CreateToolhelp32Snapshot); in s_FillModuleListTH32()
128 if (CreateToolhelp32Snapshot && Module32First && Module32Next) { in s_FillModuleListTH32()
133 if ( !CreateToolhelp32Snapshot ) { in s_FillModuleListTH32()
138 HANDLE handle = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, pid); in s_FillModuleListTH32()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbi_stack_win32.cpp104 FCreateToolhelp32Snapshot CreateToolhelp32Snapshot; in s_FillModuleListTH32() local
120 CreateToolhelp32Snapshot = in s_FillModuleListTH32()
122 &CreateToolhelp32Snapshot); in s_FillModuleListTH32()
128 if (CreateToolhelp32Snapshot && Module32First && Module32Next) { in s_FillModuleListTH32()
133 if ( !CreateToolhelp32Snapshot ) { in s_FillModuleListTH32()
138 HANDLE handle = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, pid); in s_FillModuleListTH32()
/dports/graphics/gimp-app/gimp-2.10.30/tools/
H A Dgimp-debug-resume.c19 hThreadSnap = CreateToolhelp32Snapshot (TH32CS_SNAPTHREAD, 0); in resume_process()
55 hProcessSnap = CreateToolhelp32Snapshot (TH32CS_SNAPPROCESS, 0); in process_list()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/tools/
H A Dosutil.py91 CreateToolhelp32Snapshot = ctypes.windll.kernel32.CreateToolhelp32Snapshot
95 hProcessSnap = CreateToolhelp32Snapshot(_TH32CS_SNAPPROCESS, 0)
/dports/net/inlets/inlets-3.0.2/vendor/github.com/inconshreveable/mousetrap/mousetrap-1.0.0/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/net/inlets/inlets-3.0.2/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/devel/gh/cli-2.4.0/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/net/rclone/rclone-1.57.0/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/net/evans/evans-0.9.1/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))
/dports/textproc/textnote/textnote-1.3.0/vendor/github.com/inconshreveable/mousetrap/
H A Dtrap_windows.go20 CreateToolhelp32Snapshot = kernel.MustFindProc("CreateToolhelp32Snapshot") var
40 snapshot, _, e1 := CreateToolhelp32Snapshot.Call(th32cs_snapprocess, uintptr(0))

12345678910>>...72