summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 764c3cd..9b0b81b 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -58,6 +58,8 @@ typedef enum _nt_process_create_info_class {
typedef enum _nt_process_opcode_idx {
NT_PROCESS_OPCODE_IDX_FORK,
NT_PROCESS_OPCODE_IDX_EXECVE,
+ NT_PROCESS_OPCODE_IDX_STOPPED,
+ NT_PROCESS_OPCODE_IDX_CONTINUED,
} nt_process_opcode_idx;