RegFlushKey (coredll)
Last changed: lewisw@tesco.net-212.159.94.8

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

C# Signature:

[DllImport("coredll.dll")]
public static extern int RegFlushKey(IntPtr hKey);

User-Defined Types:

None.

Notes:

The .NET Compact Framework does not contain a HandleRef type, so it may be necessary to call GC.KeepAlive after calling this function if the calling class wraps the hKey parameter as an unmanaged resource.

Tips & Tricks:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
RegFlushKey on MSDN