c9f661
nt_process.h: struct nt_startup_info: added flag bits.
@@ -176,6 +176,23 @@ typedef enum _nt_process_opcode_idx {
|
|
176
176
|
|
177
177
|
|
178
178
|
|
179
|
+
/* nt_startup_info flag bits */
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
179
196
|
/* zw_create_user_process: console flag bits */
|
180
197
|
|
181
198
|
|