Undocumented functions of NTDLL

2OO4, 7 October


OBJECT_NAME_INFORMATION
OBJECT_NAME_INFORMATION

typedef struct _OBJECT_NAME_INFORMATION {

UNICODE_STRING Name; WCHAR NameBuffer[0]; } OBJECT_NAME_INFORMATION, *POBJECT_NAME_INFORMATION;



Structure OBJECT_NAME_INFORMATION is used as a result of call NtQueryObject with ObjectNameInformation information class.
Requirements:
Library: ntdll.lib


See also:
NtQueryObject
OBJECT_INFORMATION_CLASS