Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Reference
Kernel Data Types
 KEY_VALUE_INFORMATION_CLASS

  Switch on low bandwidth view
Windows Driver Kit: Kernel-Mode Driver Architecture
KEY_VALUE_INFORMATION_CLASS

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;

Values

KeyValueBasicInformation
Specifies that a KEY_VALUE_BASIC_INFORMATION structure is supplied.
KeyValueFullInformation
Specifies that a KEY_VALUE_FULL_INFORMATION structure is supplied.
KeyValuePartialInformation
Specifies that a KEY_VALUE_PARTIAL_INFORMATION structure is supplied.

Comments

Use the KEY_VALUE_INFORMATION_CLASS values to specify the type of data to be supplied by the ZwEnumerateValueKey and ZwQueryValueKey routines.

Requirements

Headers: Declared in Wdm.h. Include Wdm.h, Ntddk.h, or Ntifs.h.

See Also

KEY_VALUE_BASIC_INFORMATION, KEY_VALUE_FULL_INFORMATION, KEY_VALUE_PARTIAL_INFORMATION, ZwEnumerateValueKey, ZwQueryValueKey


Send feedback on this topic
Built on May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker