Compartilhar via


enumeração RESOURCEMANAGER_INFORMATION_CLASS (wdm.h)

A enumeração RESOURCEMANAGER_INFORMATION_CLASS identifica o tipo de informação que a rotina de ZwQueryInformationResourceManager pode recuperar para um objeto resource manager.

Sintaxe

typedef enum _RESOURCEMANAGER_INFORMATION_CLASS {
  ResourceManagerBasicInformation,
  ResourceManagerCompletionInformation
} RESOURCEMANAGER_INFORMATION_CLASS;

Constantes

 
ResourceManagerBasicInformation
Informações sobre um objeto do gerenciador de recursos são armazenadas em uma estrutura de RESOURCEMANAGER_BASIC_INFORMATION.
ResourceManagerCompletionInformation
Informações sobre um objeto do gerenciador de recursos são armazenadas em uma estrutura de RESOURCEMANAGER_COMPLETION_INFORMATION.

Requisitos

Requisito Valor
de cliente com suporte mínimo Disponível no Windows Vista e versões posteriores do sistema operacional.
cabeçalho wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

Consulte também

RESOURCEMANAGER_BASIC_INFORMATION

RESOURCEMANAGER_COMPLETION_INFORMATION

ZwQueryInformationResourceManager