Undocumented functions of NTDLL

2OO4, 7 October


Gridstore - NonStop Storage

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.
  • Name
  •     Name of object or NULL if object don't have associated name.
  • NameBuffer[0]
  •     Buffer with UNICODE name of object.



    Supported on system versions:
    NT 4.0,Win 2000,Win XP/2003



    Documented by:
    Tomasz Nowak



    Requirements:
    Library: ntdll.lib


    See also:
    NtQueryObject
    OBJECT_INFORMATION_CLASS