enumeração OBJECT_INFORMATION_CLASS (ntifs.h)

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

Syntax

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
Cliente mínimo com suporte Windows 2000
Cabeçalho ntifs.h (include Ntifs.h, Fltkernel.h)

Confira também

PUBLIC_OBJECT_BASIC_INFORMATION

PUBLIC_OBJECT_TYPE_INFORMATION

ZwQueryObject