The KEY_VALUE_INFORMATION_CLASS enumeration type represents the type of information to supply about the value of a registry key.
typedef enum _KEY_VALUE_INFORMATION_CLASS { KeyValueBasicInformation, KeyValueFullInformation, KeyValuePartialInformation} KEY_VALUE_INFORMATION_CLASS;
Use the KEY_VALUE_INFORMATION_CLASS values to specify the type of data to be supplied by the ZwEnumerateValueKey and ZwQueryValueKey routines.
Headers: Declared in Wdm.h. Include Wdm.h, Ntddk.h, or Ntifs.h.
KEY_VALUE_BASIC_INFORMATION, KEY_VALUE_FULL_INFORMATION, KEY_VALUE_PARTIAL_INFORMATION, ZwEnumerateValueKey, ZwQueryValueKey