From d326ccecd833db63c1e49a1c43dfcf3b432c0f53 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 7 Oct 2017 16:59:26 +0000 Subject: process creation: added __ntapi_tt_spawn_foreign_process(). --- include/ntapi/nt_process.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/ntapi/nt_process.h') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index b69aa61..2dd51cf 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -788,6 +788,9 @@ typedef int32_t __stdcall ntapi_tt_create_native_process( typedef int32_t __stdcall ntapi_tt_spawn_native_process( __in_out nt_spawn_process_params * sparams); +typedef int32_t __stdcall ntapi_tt_spawn_foreign_process( + __in_out nt_spawn_process_params * sparams); + typedef int32_t __stdcall ntapi_tt_get_runtime_data( __out nt_runtime_data ** pdata, __in wchar16_t ** argv); -- cgit v1.2.3