Method: Win32::Registry#flush

Defined in:
lib/win32/registry.rb

#flushObject

Write all the attributes into the registry file.



877
878
879
# File 'lib/win32/registry.rb', line 877

def flush
  API.FlushKey @hkey
end