From cc83564713c7ea916c6ad7131ff78ea7d71ed812 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 2 Jun 2019 00:04:48 +0000 Subject: struct _nt_runtime_data: support propagation of umask and amask (admin mask). --- include/ntapi/nt_process.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 58e0445..62f0a4d 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -576,6 +576,9 @@ typedef struct _nt_runtime_data { uint32_t flags; uint32_t reserved; + int32_t umask; + int32_t amask; + void * hstdin; void * hstdout; void * hstderr; -- cgit v1.2.3