The following table shows the registry notification functions with a description of the purpose of each.
| Programming element | Description |
|---|---|
| CeFindCloseRegChange | This function stops change notification handle monitoring. |
| CeFindFirstRegChange | This function 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 | This function requests that the operating system signal a change notification handle the next time it detects an appropriate change. |
See Also
Send Feedback on this topic to the authors