summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-23 15:33:41 -0400
committermidipix <writeonce@midipix.org>2016-07-24 06:17:37 -0400
commitc164ff0bd59286abcbbf82a617667ca39a5feb06 (patch)
tree038e45d479d9f4c47f212761fc5b4a4a32e592fa /include/ntapi/ntapi.h
parentd37adb632055fffb8181ab8a11d5d1e4c7f47324 (diff)
downloadntapi-c164ff0bd59286abcbbf82a617667ca39a5feb06.tar.bz2
ntapi-c164ff0bd59286abcbbf82a617667ca39a5feb06.tar.xz
process creation: added __ntapi_tt_spawn_native_process().
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index b596f32..21af579 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -448,6 +448,7 @@ typedef struct _ntapi_vtbl {
ntapi_tt_fork * tt_fork;
ntapi_tt_create_remote_process_params * tt_create_remote_process_params;
ntapi_tt_create_native_process * tt_create_native_process;
+ ntapi_tt_spawn_native_process * tt_spawn_native_process;
ntapi_tt_get_runtime_data * tt_get_runtime_data;
ntapi_tt_init_runtime_data * tt_init_runtime_data;
ntapi_tt_update_runtime_data * tt_update_runtime_data;