PUBLIC_OBJECT_TYPE_INFORMATION structure (ntifs.h)

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)