Exemplo n.º 1
0
 public static extern int RegNotifyChangeKeyValue(SafeRegistryHandle hKey, bool bWatchSubtree, RegNotifyChangeFilter dwFilter, IntPtr hEvent, bool fAsynchronous);
Exemplo n.º 2
0
 public static extern Win32Error RegNotifyChangeKeyValue(SafeRegistryHandle hKey, [MarshalAs(UnmanagedType.Bool)] bool bWatchSubtree, RegNotifyChangeFilter dwFilter, IntPtr hEvent, [MarshalAs(UnmanagedType.Bool)] bool fAsynchronous);
Exemplo n.º 3
0
 public static extern Win32Error RegNotifyChangeKeyValue(
     IntPtr hKey,
     [MarshalAs(UnmanagedType.Bool)] bool bWatchSubtree,
     RegNotifyChangeFilter dwNotifyFilter,
     SafeWaitHandle hEvent,
     [MarshalAs(UnmanagedType.Bool)] bool fAsynchronous);