REG_PRE_CREATE_KEY_INFORMATION structure (wdm.h)

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

Syntax

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;

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.

Requirements

Requirement Value
Minimum supported client Available only on Microsoft Windows XP.
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

See also

RegistryCallback

UNICODE_STRING

ZwOpenKey