diff options
author | midipix <writeonce@midipix.org> | 2017-10-07 23:47:38 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-08 00:01:44 -0400 |
commit | f227090f488453754775db6e31c1e962e9c5bea6 (patch) | |
tree | 8cef1ebbb29bde3e9376c9cf9a7374acb6ebb884 | |
parent | 4e479d8ee998566947bd738c65ad81a824912012 (diff) | |
download | ntapi-f227090f488453754775db6e31c1e962e9c5bea6.tar.bz2 ntapi-f227090f488453754775db6e31c1e962e9c5bea6.tar.xz |
struct _nt_process_alternate_client_id: renamed .htarget --> .hpidany.
-rw-r--r-- | include/ntapi/nt_process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 3ffa960..465df0a 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -466,7 +466,7 @@ typedef struct _nt_process_alternate_client_id { void * hentry; void * hsession; void * hdaemon; - void * htarget; + void * hpidany; void * hevent; int32_t tid; int32_t pid; |