From f7c707fbe9b789803030fe278e3177cd79c0d3cf Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 14 2018 11:49:37 +0000 Subject: struct: _nt_directory_basic_information --> _nt_object_directory_information. --- 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 {