Scroll to navigation

RegFlushKey(3w) Wine API RegFlushKey(3w)

NAME

RegFlushKey (ADVAPI32.@)

SYNOPSIS

LSTATUS RegFlushKey
(
HKEY hkey
)
 

DESCRIPTION

Immediately write a registry key to registry.
 

PARAMS

hkey [In] Handle of key to write.
 

RETURNS

Success: ERROR_SUCCESS
Failure: Error code
 

IMPLEMENTATION

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