Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py16 class STARTUPINFOA(Structure): class
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py16 class STARTUPINFOA(Structure): class
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py16 class STARTUPINFOA(Structure): class
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py16 class STARTUPINFOA(Structure): class
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py16 class STARTUPINFOA(Structure): class
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py16 class STARTUPINFOA(Structure): class
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py16 class STARTUPINFOA(Structure): class
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py16 class STARTUPINFOA(Structure): class
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py16 class STARTUPINFOA(Structure): class
/dports/devel/jwasm/JWasm-f0a2fdd/Samples/
H A DCrtExe.asm23 STARTUPINFOA struct 8 type
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Threading/
H A Dmod.rs69 lpstartupinfo: *const STARTUPINFOA, in CreateProcessA()
83 lpstartupinfo: *const STARTUPINFOA, in CreateProcessAsUserA()
280 pub fn GetStartupInfoA(lpstartupinfo: *mut STARTUPINFOA); in GetStartupInfoA()
1163 pub struct STARTUPINFOA { struct
1184 impl ::core::marker::Copy for STARTUPINFOA {} argument
1186 impl ::core::clone::Clone for STARTUPINFOA { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Threading/
H A Dmod.rs615 lpstartupinfo: *const STARTUPINFOA, in CreateProcessA()
631 lpstartupinfo: *const STARTUPINFOA, in CreateProcessA()
663 lpstartupinfo: *const STARTUPINFOA, in CreateProcessAsUserA()
680 lpstartupinfo: *const STARTUPINFOA, in CreateProcessAsUserA()
4264 pub struct STARTUPINFOA { struct
4285 impl STARTUPINFOA {} implementation
4287 impl ::std::default::Default for STARTUPINFOA { implementation
4293 impl ::std::fmt::Debug for STARTUPINFOA { implementation
4318 impl ::std::cmp::PartialEq for STARTUPINFOA { implementation
4341 impl ::std::cmp::Eq for STARTUPINFOA {} implementation
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dthread.h56 } STARTUPINFOA, *LPSTARTUPINFOA; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dprocessthreadsapi.h70 } STARTUPINFOA, *LPSTARTUPINFOA; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dprocessthreadsapi.h70 } STARTUPINFOA, *LPSTARTUPINFOA; typedef
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dcommon.py559 class STARTUPINFOA(Structure): class
/dports/graphics/gimageview/gimageview-0.2.27/lib/dllloader/
H A Dwindef.h288 } STARTUPINFOA, *LPSTARTUPINFOA; typedef
/dports/graphics/libemf/libemf-1.0.13/include/libEMF/wine/
H A Dwinbase.h487 } STARTUPINFOA, *LPSTARTUPINFOA; typedef
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/wine/
H A Dwinbase.h643 } STARTUPINFOA, *LPSTARTUPINFOA; typedef
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/wine/
H A Dwinbase.h639 } STARTUPINFOA, *LPSTARTUPINFOA; typedef
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/wine/
H A Dwinbase.h639 } STARTUPINFOA, *LPSTARTUPINFOA; typedef
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinbase.h689 } STARTUPINFOA,*LPSTARTUPINFOA; typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwinbase.h775 } STARTUPINFOA,*LPSTARTUPINFOA; typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwinbase.h775 } STARTUPINFOA,*LPSTARTUPINFOA; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/WindowsProgramming/
H A Dmod.rs2641 pub unsafe fn GetStartupInfoA(lpstartupinfo: *mut super::Threading::STARTUPINFOA) { in GetStartupInfoA()
2646 fn GetStartupInfoA(lpstartupinfo: *mut super::Threading::STARTUPINFOA); in GetStartupInfoA()