OBJECT_DIRECTORY_INFORMATION (Structures)
Last changed: anonymous

.
Summary
The OBJECT_DIRECTORY_INFORMATION structure contains the name and the type of NT Object Manager's object.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct OBJECT_DIRECTORY_INFORMATION
{
   public UNICODE_STRING Name;
   public UNICODE_STRING TypeName;
}

User-Defined Field Types:

UNICODE_STRING

Notes:

None.

Documentation