RegFlushKey function advapi32

int RegFlushKey(
  1. int hKey
)

Writes all the attributes of the specified open registry key into the registry.

LSTATUS RegFlushKey(
  HKEY hKey);

Implementation

int RegFlushKey(int hKey) => _RegFlushKey(hKey);