REG_PRE_CREATE_KEY_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef struct _REG_PRE_CREATE_KEY_INFORMATION {
  PUNICODE_STRING CompleteName;
} REG_PRE_CREATE_KEY_INFORMATION, REG_PRE_OPEN_KEY_INFORMATION, *PREG_PRE_CREATE_KEY_INFORMATION, *PREG_PRE_OPEN_KEY_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_reg_pre_create_key_information)

_REG_PRE_CREATE_KEY_INFORMATION structure

Description

The REG_PRE_OPEN_KEY_INFORMATION structure contains the name of a registry key that is about to be opened.

Members

CompleteName

A pointer to a UNICODE_STRING structure that contains the complete path of the registry key.

Remarks

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

See also

RegistryCallback

UNICODE_STRING

ZwOpenKey