KEY_INFORMATION_CLASS enumeração (wdm.h)
O tipo de enumeração KEY_INFORMATION_CLASS representa o tipo de informação a ser fornecida sobre uma chave do Registro.
Sintaxe
typedef enum _KEY_INFORMATION_CLASS {
KeyBasicInformation,
KeyNodeInformation,
KeyFullInformation,
KeyNameInformation,
KeyCachedInformation,
KeyFlagsInformation,
KeyVirtualizationInformation,
KeyHandleTagsInformation,
KeyTrustInformation,
KeyLayerInformation,
MaxKeyInfoClass
} KEY_INFORMATION_CLASS;
Constantes
KeyBasicInformation Uma estrutura KEY_BASIC_INFORMATION é fornecida. |
KeyNodeInformation Uma estrutura KEY_NODE_INFORMATION é fornecida. |
KeyFullInformation Uma estrutura de KEY_FULL_INFORMATION é fornecida. |
KeyNameInformation Uma estrutura de KEY_NAME_INFORMATION é fornecida. |
KeyCachedInformation Uma estrutura KEY_CACHED_INFORMATION é fornecida. |
KeyFlagsInformation Reservado para uso do sistema. |
KeyVirtualizationInformation Uma estrutura KEY_VIRTUALIZATION_INFORMATION é fornecida. |
KeyHandleTagsInformation Reservado para uso do sistema. |
KeyTrustInformation |
KeyLayerInformation |
MaxKeyInfoClass O valor máximo nesse tipo de enumeração. |
Observações
Use os valores KEY_INFORMATION_CLASS para especificar o tipo de dados a serem fornecidos pelo ZwEnumerateKey e rotinas de ZwQueryKey.
Requisitos
Requisito | Valor |
---|---|
cabeçalho | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |