Desktop Functions: Smart Device Functions:
|
Search Results for "RegFlushKey" in [All]coredll1: RegFlushKey
public static extern int RegFlushKey(IntPtr hKey);
Declare Function RegFlushKey Lib "CoreDll.dll" (ByVal hkey As IntPtr) As UInt32
Declare Function RegFlushKey Lib "coredll" (ByVal hkey As IntPtr) As UInt32
RegFlushKey(HKEY_CLASSES_ROOT)
RegFlushKey(HKEY_CURRENT_USER)
RegFlushKey(HKEY_LOCAL_MACHINE)
RegFlushKey(HKEY_USERS) |