Registry Notification Functions (Compact 2013)
3/26/2014
This section describes the functions that control notifications sent by the registry, which stores data about applications, drivers, user preferences, and other configuration settings.
For more information, see Registry.
- CeFindCloseRegChange
Stops change notification handle monitoring.
- CeFindFirstRegChange
Creates a change notification handle and sets up initial change notification filter conditions. A wait on a notification handle succeeds when a change matching the filter conditions occurs in the specified registry key or subkeys.
- CeFindNextRegChange
Requests that the operating system signal a change notification handle the next time it detects an appropriate change.
- CeRegGetNotificationInfo
Obtains information about a registry change notification.
- CeRegTestSetValueW
Receives information about a registry change notification.