PUBLIC_OBJECT_TYPE_INFORMATION struttura (ntifs.h)

La struttura PUBLIC_OBJECT_TYPE_INFORMATION contiene il nome del tipo dell'oggetto.

Sintassi

typedef struct __PUBLIC_OBJECT_TYPE_INFORMATION {
  UNICODE_STRING TypeName;
  ULONG          Reserved[22];
} PUBLIC_OBJECT_TYPE_INFORMATION, *PPUBLIC_OBJECT_TYPE_INFORMATION;

Members

TypeName

Specifica il nome del tipo dell'oggetto.

Reserved[22]

Riservato per l'utilizzo nel sistema.

Requisiti

Requisito Valore
Client minimo supportato Questa struttura è disponibile a partire da Microsoft Windows 2000.
Intestazione ntifs.h (include Ntifs.h)