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 {