RegSetValueExA(3w)

NAME

RegSetValueExA (ADVAPI32.@)

SYNOPSIS

LSTATUS RegSetValueExA
 (
  HKEY        hkey,
  LPCSTR      name,
  DWORD       reserved,
  DWORD       type,
  CONST BYTE* data,
  DWORD       count
 )

DESCRIPTION

See RegSetValueExW(3w).

NOTES

win95 does not care about count for REG_SZ and finds out the len by itself (js) NT does definitely care (aj)

IMPLEMENTATION

Defined in "winreg.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/registry.c".

Debug channel "reg".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout