Scroll to navigation

RegSetValueA(3w) Wine API RegSetValueA(3w)

NAME

RegSetValueA (ADVAPI32.@)

SYNOPSIS

LSTATUS RegSetValueA
(
HKEY hkey,
LPCSTR name,
DWORD type,
LPCSTR data,
DWORD count
)
 

DESCRIPTION

See RegSetValueW(3w).
 

IMPLEMENTATION

Declared in "winreg.h".
Implemented in "dlls/advapi32/registry.c".
Debug channel "reg".
Oct 2012 Wine API