Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PUBLIC_OBJECT_TYPE_INFORMATION structure holds the type name of the object.
Syntax
typedef struct __PUBLIC_OBJECT_TYPE_INFORMATION {
UNICODE_STRING TypeName;
ULONG Reserved[22];
} PUBLIC_OBJECT_TYPE_INFORMATION, *PPUBLIC_OBJECT_TYPE_INFORMATION;
Members
TypeName
Specifies the type name of the object.
Reserved[22]
Reserved for system use.
Requirements
Requirement | Value |
---|---|
Minimum supported client | This structure is available starting with Microsoft Windows 2000. |
Header | ntifs.h (include Ntifs.h) |