Scroll to navigation

RtlpNtOpenKey(3w) Wine API RtlpNtOpenKey(3w)

NAME

RtlpNtOpenKey (NTDLL.@)

SYNOPSIS

NTSTATUS RtlpNtOpenKey
(
PHANDLE retkey,
ACCESS_MASK access,
OBJECT_ATTRIBUTES* attr
)
 

DESCRIPTION

See NtOpenKey(3w).
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ntdll/reg.c".
Debug channel "reg".
Oct 2012 Wine API