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 "RegNotifyChangeKeyValue" in [All]

advapi32

.

private static extern int RegNotifyChangeKeyValue(

.

    LONG WINAPI RegNotifyChangeKeyValue(

.

Declare Function RegNotifyChangeKeyValue Lib "advapi32.dll" (hKey As IntPtr, _

.

    private static extern int RegNotifyChangeKeyValue(

.

           // The "Close()" will trigger RegNotifyChangeKeyValue if it is still listening

.

            // RegNotifyChangeKeyValue blocks until a change occurs.

.

            int result = RegNotifyChangeKeyValue(ptr, true, this._filter, IntPtr.Zero, false);

.
Documentation
[RegNotifyChangeKeyValue] on MSDN

 
Access PInvoke.net directly from VS: