index
:
ntapi
main
Native API core library
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
process
/
ntapi_tt_spawn_foreign_process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-25
__ntapi_tt_spawn_foreign_process(): refactor __tt_spawn_return().
midipix
1
-28
/
+49
2024-01-25
__ntapi_tt_spawn_foreign_process(): remove redundant write (init'ed buffer).
midipix
1
-2
/
+0
2024-01-25
__ntapi_tt_spawn_foreign_process(): use macro defs for alloc- and buffer size.
midipix
1
-20
/
+24
2023-02-01
__ntapi_tt_spawn_foreign_process(): added arbitrary environment block support.
midipix
1
-4
/
+27
2021-12-30
A new home.
midipix
1
-1
/
+1
2021-07-06
Annual chores.
midipix
1
-1
/
+1
2019-06-12
__ntapi_tt_spawn_foreign_process(): fix copy-paste error (cf. prev. for loop).
midipix
1
-1
/
+1
2019-05-28
debug interfaces: normalize extension functions (set prefix to tt_debug_).
midipix
1
-1
/
+1
2019-05-28
__ntapi_tt_spawn_foreign_process(): added initial debug support.
midipix
1
-3
/
+26
2018-01-26
struct _nt_spawn_process_params: foreign process creation: support passing cwd.
midipix
1
-1
/
+1
2017-12-27
__ntapi_tt_spawn_foreign_process(): added interopflags support.
midipix
1
-1
/
+1
2017-12-25
nt_process.h: refactor: NT_PROCESS_CREATE_FLAGS_ --> NT_PROCESS_SPAWN_FLAG_.
midipix
1
-1
/
+1
2017-12-06
internal foreign process creation: set process and thread creation flags.
midipix
1
-0
/
+5
2017-10-29
__ntapi_tt_spawn_foreign_process(): optionally use kernel32 as the backend.
midipix
1
-11
/
+96
2017-10-08
process creation: added __ntapi_tt_spawn_foreign_process().
midipix
1
-0
/
+316