Compartilhar via


OBJECT_INFORMATION_CLASS enumeração (ntifs.h)

O tipo de enumeração OBJECT_INFORMATION_CLASS representa o tipo de informação a ser fornecida sobre um objeto.

Sintaxe

typedef enum _OBJECT_INFORMATION_CLASS {
  ObjectBasicInformation,
  ObjectTypeInformation
} OBJECT_INFORMATION_CLASS;

Constantes

 
ObjectBasicInformation
Uma estrutura PUBLIC_OBJECT_BASIC_INFORMATION é fornecida.
ObjectTypeInformation
Uma estrutura PUBLIC_OBJECT_TYPE_INFORMATION é fornecida.

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows 2000
cabeçalho ntifs.h (inclua Ntifs.h, Fltkernel.h)

Consulte também

PUBLIC_OBJECT_BASIC_INFORMATION

PUBLIC_OBJECT_TYPE_INFORMATION

ZwQueryObject