// 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 referenceNo description available.
The PUBLIC_OBJECT_TYPE_INFORMATION structure holds the type name of the object.
TypeNameSpecifies the type name of the object.
ReservedReserved for system use.