Home
last modified time | relevance | path

Searched defs:PROCESS_BASIC_INFORMATION (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/win/ChromeDebug/LowLevel/
H A DTypes.cs103 PROCESS_BASIC_INFORMATION = 0 enumerator
188 public struct PROCESS_BASIC_INFORMATION { struct in ChromeDebug.LowLevel.LowLevelTypes
190 private IntPtr pebBaseAddress;
192 private UIntPtr uniqueProcessId;
194 public IntPtr PebBaseAddress { get { return pebBaseAddress; } }
195 public UIntPtr UniqueProcessId { get { return uniqueProcessId; } }
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/win/ChromeDebug/LowLevel/
H A DTypes.cs103 PROCESS_BASIC_INFORMATION = 0 enumerator
188 public struct PROCESS_BASIC_INFORMATION { struct in ChromeDebug.LowLevel.LowLevelTypes
190 private IntPtr pebBaseAddress;
192 private UIntPtr uniqueProcessId;
194 public IntPtr PebBaseAddress { get { return pebBaseAddress; } }
195 public UIntPtr UniqueProcessId { get { return uniqueProcessId; } }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/win/
H A Dprocess_structs.h57 struct PROCESS_BASIC_INFORMATION { struct
58 union {
62 typename Traits::Pointer PebBaseAddress;
63 typename Traits::UnsignedIntegral AffinityMask;
64 union {
68 typename Traits::UnsignedIntegral UniqueProcessId;
69 typename Traits::UnsignedIntegral InheritedFromUniqueProcessId;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/win/
H A Dprocess_structs.h57 struct PROCESS_BASIC_INFORMATION { struct
58 union {
62 typename Traits::Pointer PebBaseAddress;
63 typename Traits::UnsignedIntegral AffinityMask;
64 union {
68 typename Traits::UnsignedIntegral UniqueProcessId;
69 typename Traits::UnsignedIntegral InheritedFromUniqueProcessId;
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DNativeMethodsShared.cs284 private struct PROCESS_BASIC_INFORMATION struct in Microsoft.Build.Shared.NativeMethodsShared
286 public IntPtr ExitStatus;
287 public IntPtr PebBaseAddress;
288 public IntPtr AffinityMask;
289 public IntPtr BasePriority;
290 public IntPtr UniqueProcessId;
291 public IntPtr InheritedFromUniqueProcessId;
293 public int Size
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/
H A DNativeNt.h1155 struct PROCESS_BASIC_INFORMATION { in GetParentProcessId() struct
1156 NTSTATUS ExitStatus; in GetParentProcessId()
1157 PPEB PebBaseAddress; in GetParentProcessId()
1158 ULONG_PTR AffinityMask; in GetParentProcessId()
1159 LONG BasePriority; in GetParentProcessId()
1160 ULONG_PTR UniqueProcessId; in GetParentProcessId()
1161 ULONG_PTR InheritedFromUniqueProcessId; in GetParentProcessId()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/
H A DNativeNt.h1267 struct PROCESS_BASIC_INFORMATION { in GetParentProcessId() struct
1268 NTSTATUS ExitStatus; in GetParentProcessId()
1269 PPEB PebBaseAddress; in GetParentProcessId()
1270 ULONG_PTR AffinityMask; in GetParentProcessId()
1271 LONG BasePriority; in GetParentProcessId()
1272 ULONG_PTR UniqueProcessId; in GetParentProcessId()
1273 ULONG_PTR InheritedFromUniqueProcessId; in GetParentProcessId()
/dports/www/firefox/firefox-99.0/mozglue/misc/
H A DNativeNt.h1267 struct PROCESS_BASIC_INFORMATION { in GetParentProcessId() struct
1268 NTSTATUS ExitStatus; in GetParentProcessId()
1269 PPEB PebBaseAddress; in GetParentProcessId()
1270 ULONG_PTR AffinityMask; in GetParentProcessId()
1271 LONG BasePriority; in GetParentProcessId()
1272 ULONG_PTR UniqueProcessId; in GetParentProcessId()
1273 ULONG_PTR InheritedFromUniqueProcessId; in GetParentProcessId()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/
H A DNativeNt.h1267 struct PROCESS_BASIC_INFORMATION { in GetParentProcessId() struct
1268 NTSTATUS ExitStatus; in GetParentProcessId()
1269 PPEB PebBaseAddress; in GetParentProcessId()
1270 ULONG_PTR AffinityMask; in GetParentProcessId()
1271 LONG BasePriority; in GetParentProcessId()
1272 ULONG_PTR UniqueProcessId; in GetParentProcessId()
1273 ULONG_PTR InheritedFromUniqueProcessId; in GetParentProcessId()
/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 Dntdll.py279 class PROCESS_BASIC_INFORMATION(Structure): class
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dntdll.py279 class PROCESS_BASIC_INFORMATION(Structure): class
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Dntdll.py279 class PROCESS_BASIC_INFORMATION(Structure): class
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Dntdll.py279 class PROCESS_BASIC_INFORMATION(Structure): class
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Threading/
H A Dmod.rs767 pub struct PROCESS_BASIC_INFORMATION { struct
775 impl ::core::marker::Copy for PROCESS_BASIC_INFORMATION {} implementation
777 impl ::core::clone::Clone for PROCESS_BASIC_INFORMATION { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Threading/
H A Dmod.rs3458 pub struct PROCESS_BASIC_INFORMATION { struct
3466 impl PROCESS_BASIC_INFORMATION {} argument
3468 impl ::std::default::Default for PROCESS_BASIC_INFORMATION { implementation
3474 impl ::std::fmt::Debug for PROCESS_BASIC_INFORMATION { implementation
3480 impl ::std::cmp::PartialEq for PROCESS_BASIC_INFORMATION { implementation
3486 impl ::std::cmp::Eq for PROCESS_BASIC_INFORMATION {} implementation
3488 unsafe impl ::windows::runtime::Abi for PROCESS_BASIC_INFORMATION { implementation
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/sys/windows/
H A Dtypes_windows.go2600 type PROCESS_BASIC_INFORMATION struct { struct
2601 ExitStatus NTStatus
2602 PebBaseAddress *PEB
2603 AffinityMask uintptr
2604 BasePriority int32
2605 UniqueProcessId uintptr
2606 InheritedFromUniqueProcessId uintptr
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/golang.org/x/sys/windows/
H A Dtypes_windows.go2599 type PROCESS_BASIC_INFORMATION struct { struct
2600 ExitStatus NTStatus
2601 PebBaseAddress *PEB
2602 AffinityMask uintptr
2603 BasePriority int32
2604 UniqueProcessId uintptr
2605 InheritedFromUniqueProcessId uintptr
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/sys/windows/
H A Dtypes_windows.go2599 type PROCESS_BASIC_INFORMATION struct { struct
2600 ExitStatus NTStatus
2601 PebBaseAddress *PEB
2602 AffinityMask uintptr
2603 BasePriority int32
2604 UniqueProcessId uintptr
2605 InheritedFromUniqueProcessId uintptr
/dports/sysutils/brename/brename-2.11.1/vendor/golang.org/x/sys/windows/
H A Dtypes_windows.go2599 type PROCESS_BASIC_INFORMATION struct { struct
2600 ExitStatus NTStatus
2601 PebBaseAddress *PEB
2602 AffinityMask uintptr
2603 BasePriority int32
2604 UniqueProcessId uintptr
2605 InheritedFromUniqueProcessId uintptr
/dports/misc/timetrace/timetrace-0.14.2/vendor/golang.org/x/sys/windows/
H A Dtypes_windows.go2600 type PROCESS_BASIC_INFORMATION struct { struct
2601 ExitStatus NTStatus
2602 PebBaseAddress *PEB
2603 AffinityMask uintptr
2604 BasePriority int32
2605 UniqueProcessId uintptr
2606 InheritedFromUniqueProcessId uintptr
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/golang.org/x/sys/windows/
H A Dtypes_windows.go2600 type PROCESS_BASIC_INFORMATION struct { struct
2601 ExitStatus NTStatus
2602 PebBaseAddress *PEB
2603 AffinityMask uintptr
2604 BasePriority int32
2605 UniqueProcessId uintptr
2606 InheritedFromUniqueProcessId uintptr
/dports/dns/nextdns/nextdns-1.32.2/vendor/golang.org/x/sys/windows/
H A Dtypes_windows.go2599 type PROCESS_BASIC_INFORMATION struct { struct
2600 ExitStatus NTStatus
2601 PebBaseAddress *PEB
2602 AffinityMask uintptr
2603 BasePriority int32
2604 UniqueProcessId uintptr
2605 InheritedFromUniqueProcessId uintptr
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/golang.org/x/sys/windows/
H A Dtypes_windows.go2599 type PROCESS_BASIC_INFORMATION struct { struct
2600 ExitStatus NTStatus
2601 PebBaseAddress *PEB
2602 AffinityMask uintptr
2603 BasePriority int32
2604 UniqueProcessId uintptr
2605 InheritedFromUniqueProcessId uintptr
/dports/security/totp-cli/totp-cli-1.1.17/vendor/golang.org/x/sys/windows/
H A Dtypes_windows.go2600 type PROCESS_BASIC_INFORMATION struct { struct
2601 ExitStatus NTStatus
2602 PebBaseAddress *PEB
2603 AffinityMask uintptr
2604 BasePriority int32
2605 UniqueProcessId uintptr
2606 InheritedFromUniqueProcessId uintptr
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/golang.org/x/sys/windows/
H A Dtypes_windows.go2608 type PROCESS_BASIC_INFORMATION struct { struct
2609 ExitStatus NTStatus
2610 PebBaseAddress *PEB
2611 AffinityMask uintptr
2612 BasePriority int32
2613 UniqueProcessId uintptr
2614 InheritedFromUniqueProcessId uintptr

123456