.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlDeleteRegistryValue 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlDeleteRegistryValue\fR (NTDLL.@) .SH SYNOPSIS NTSTATUS RtlDeleteRegistryValue ( IN ULONG \fIRelativeTo\fR, IN PCWSTR \fIPath\fR, IN PCWSTR \fIValueName\fR ) .SH DESCRIPTION .PP Query multiple registry values with a signle call. .SH PARAMS \fIRelativeTo\fR \fB[In]\fR Registry path that \fIPath\fR refers to. .PP \fIPath\fR \fB[In]\fR \fIPath\fR to key. .PP \fIValueName\fR \fB[In]\fR Name of the value to delete. .PP .SH RETURNS .PP \fBSTATUS_SUCCESS\fR if the specified key is successfully deleted, or an \fBNTSTATUS\fR error code. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/reg.c"\fR. .PP Debug channel \fB"reg"\fR.