From f7c707fbe9b789803030fe278e3177cd79c0d3cf Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 14 Jun 2018 06:15:45 +0000 Subject: struct: _nt_directory_basic_information --> _nt_object_directory_information. --- include/ntapi/nt_object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 { -- cgit v1.2.3