PUBLIC_OBJECT_TYPE_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct __PUBLIC_OBJECT_TYPE_INFORMATION {
  UNICODE_STRING TypeName;
  ULONG          Reserved[22];
} PUBLIC_OBJECT_TYPE_INFORMATION, *PPUBLIC_OBJECT_TYPE_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-__public_object_type_information)

__PUBLIC_OBJECT_TYPE_INFORMATION structure

Description

The PUBLIC_OBJECT_TYPE_INFORMATION structure holds the type name of the object.

Members

TypeName

Specifies the type name of the object.

Reserved

Reserved for system use.