Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "RegFlushKey" in [All]

coredll

.

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)

.
Documentation
[RegFlushKey] on MSDN

 
Access PInvoke.net directly from VS: