Undocumented functions of NTDLL

2OOO, 21 December



OBJDIR_INFORMATION
OBJDIR_INFORMATION

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.

ObjectName
Name of object.
ObjectTypeName
Name of object type.
Data[1]
Variable length data buffer.


Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtQueryDirectoryObject