diff options
author | midipix <writeonce@midipix.org> | 2018-06-14 06:15:45 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-14 07:49:37 -0400 |
commit | f7c707fbe9b789803030fe278e3177cd79c0d3cf (patch) | |
tree | d8901e4cd3e053e0500c9d4244dff52bd3406ab2 | |
parent | d5e229619fb0d57da8ae79ea61b9ae72ed60216d (diff) | |
download | ntapi-f7c707fbe9b789803030fe278e3177cd79c0d3cf.tar.bz2 ntapi-f7c707fbe9b789803030fe278e3177cd79c0d3cf.tar.xz |
struct: _nt_directory_basic_information --> _nt_object_directory_information.
-rw-r--r-- | include/ntapi/nt_object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ntapi/nt_object.h b/include/ntapi/nt_object.h index a39974a..e66e848 100644 --- a/include/ntapi/nt_object.h +++ b/include/ntapi/nt_object.h @@ -396,10 +396,10 @@ typedef struct _nt_object_handle_information { } nt_object_handle_information, nt_ohio; -typedef struct _nt_directory_basic_information { +typedef struct _nt_object_directory_information { nt_unicode_string object_name; nt_unicode_string object_type_name; -} nt_directory_basic_information; +} nt_object_directory_information, nt_objdirent; typedef struct _nt_ipc_object_directory_name { |