summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_thread.h')
-rw-r--r--include/ntapi/nt_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_thread.h b/include/ntapi/nt_thread.h
index 3f67129..4ba9ed4 100644
--- a/include/ntapi/nt_thread.h
+++ b/include/ntapi/nt_thread.h
@@ -146,8 +146,8 @@ typedef struct _nt_thread_params {
__in size_t stack_size_reserve;
__in nt_user_stack * stack_info __optional;
__in nt_thread_context * reg_context __optional;
+ __out nt_cid cid;
__out int32_t csrss_status;
- __out uint32_t thread_id;
__in void * reserved[2];
} nt_thread_params;