State and Notifications Broker Functions (Compact 2013)

3/28/2014

The following table shows the State and Notifications Broker functions.

  • RegistryBatchNotification
    This function changes the batch time used for the transient notification requests, to batch together frequently occurring notifications.
  • RegistryCloseNotification
    The function removes a registered request for transient change notifications. It also closes the notification handle.
  • RegistryNotifyApp
    This function registers a request for change notifications. The specified application receives a notification when the specified value changes. To end the resulting persistent notifications, use the RegistryStopNotification function.
  • RegistryNotifyCallback
    This function registers a request that the caller be notified by a specified callback when a specified value has been changed. To end the resulting transient notifications, use the RegistryCloseNotification function.
  • RegistryNotifyMsgQueue
    This function registers a request for change notifications. The specified message queue receives a notification when a specified value changes. To end the resulting transient notifications, use the RegistryCloseNotification function.
  • RegistryNotifyWindow
    This function registers a request for change notifications. The specified window receives a notification when a specified value changes. To end the resulting transient notifications, use the RegistryCloseNotification function.

See Also

Reference

State and Notifications Broker Reference