// 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
No description available.
The PUBLIC_OBJECT_TYPE_INFORMATION structure holds the type name of the object.
TypeName
Specifies the type name of the object.
Reserved
Reserved for system use.