Skip to content

Latest commit

 

History

History
97 lines (70 loc) · 3.91 KB

ns-wdm-_reg_set_information_key_information.md

File metadata and controls

97 lines (70 loc) · 3.91 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:wdm._REG_SET_INFORMATION_KEY_INFORMATION
_REG_SET_INFORMATION_KEY_INFORMATION (wdm.h)
The REG_SET_INFORMATION_KEY_INFORMATION structure describes a new setting for a key's metadata.
kernel\reg_set_information_key_information.htm
kernel
04/30/2018
REG_SET_INFORMATION_KEY_INFORMATION structure
*PREG_SET_INFORMATION_KEY_INFORMATION, PREG_SET_INFORMATION_KEY_INFORMATION, PREG_SET_INFORMATION_KEY_INFORMATION structure pointer [Kernel-Mode Driver Architecture], REG_SET_INFORMATION_KEY_INFORMATION, REG_SET_INFORMATION_KEY_INFORMATION structure [Kernel-Mode Driver Architecture], _REG_SET_INFORMATION_KEY_INFORMATION, kernel.reg_set_information_key_information, kstruct_d_f6265b80-6f92-4856-bb8e-49cc97a1c553.xml, wdm/PREG_SET_INFORMATION_KEY_INFORMATION, wdm/REG_SET_INFORMATION_KEY_INFORMATION
wdm.h
Wdm.h, Ntddk.h, Ntifs.h
Windows
Windows
REG_SET_INFORMATION_KEY_INFORMATION, *PREG_SET_INFORMATION_KEY_INFORMATION
_REG_SET_INFORMATION_KEY_INFORMATION
wdm/_REG_SET_INFORMATION_KEY_INFORMATION
PREG_SET_INFORMATION_KEY_INFORMATION
wdm/PREG_SET_INFORMATION_KEY_INFORMATION
REG_SET_INFORMATION_KEY_INFORMATION
wdm/REG_SET_INFORMATION_KEY_INFORMATION
APIRef
kbSyntax
HeaderDef
wdm.h
_REG_SET_INFORMATION_KEY_INFORMATION
PREG_SET_INFORMATION_KEY_INFORMATION
REG_SET_INFORMATION_KEY_INFORMATION

_REG_SET_INFORMATION_KEY_INFORMATION structure

-description

The REG_SET_INFORMATION_KEY_INFORMATION structure describes a new setting for a key's metadata.

-struct-fields

-field Object

A pointer to the registry key object for the key whose metadata is about to be changed.

-field KeySetInformationClass

The KEY_SET_INFORMATION_CLASS value that indicates the type of information about to be changed.

-field KeySetInformation

A pointer to a buffer that contains the information about to be written. The format of the buffer depends on the value of KeySetInformationClass. For more information, see KEY_SET_INFORMATION_CLASS.

-field KeySetInformationLength

The size, in bytes, of the KeySetInformation buffer.

-field CallContext

Optional driver-defined context information that the driver's RegistryCallback routine can supply. This member is defined for Windows Vista and later versions of the Windows operating system.

-field ObjectContext

A pointer to driver-defined context information that the driver has associated with a registry object by calling CmSetCallbackObjectContext. This member is defined for Windows Vista and later versions of the Windows operating system.

-field Reserved

This member is reserved for future use. This member is defined for Windows Vista and later versions of the Windows operating system.

-remarks

For more information about registry filtering operations, see Filtering Registry Calls.

-see-also

CmSetCallbackObjectContext

RegistryCallback