NAME

RtlCreateRegistryKey  (NTDLL.@)

SYNOPSIS

 NTSTATUS RtlCreateRegistryKey
 (
  ULONG RelativeTo,
  PWSTR path
 )

DESCRIPTION

Add a key to the registry given by absolute or relative path.

PARAMS

RelativeTo [In] Registry path that Path refers to.
path [In] Path to key.

RETURNS

STATUS_SUCCESS or an appropriate NTSTATUS error code.

IMPLEMENTATION

Declared in "winternl.h". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/reg.c". https://source.winehq.org/source/dlls/ntdll/reg.c

Debug channel "reg".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.