2OOO, 21 December
typedef struct _OBJDIR_INFORMATION {
UNICODE_STRING ObjectName;
UNICODE_STRING ObjectTypeName;
BYTE Data[1];
} OBJDIR_INFORMATION, *POBJDIR_INFORMATION;
Structure is used with NtQueryDirectoryObject function. Contains information of named object placed in object directory space.
Name of object.
Name of object type.
Variable length data buffer.