Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows the State and Notifications Broker functions.
| Programming element | PPC | SP | Description |
|---|---|---|---|
| RegistryBatchNotification | X | X | This function changes the batch time used for the transient notification requests, to batch together frequently occurring notifications. |
| RegistryCloseNotification | X | X | The function removes a registered request for transient change notifications. It also closes the notification handle. |
| RegistryDeleteValue | X | X | This function deletes a specified registry value. |
| RegistryGetDWORD | X | X | This function reads REG_DWORD registry values. |
| RegistryGetString | X | X | This function reads REG_SZ registry values |
| RegistryNotifyApp | X | X | 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 | X | X | 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 | X | X | 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 | X | X | 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. |
| RegistrySetDWORD | X | X | This function sets a REG_DWORD registry value. |
| RegistrySetString | X | X | This function sets the REG_SZ registry value |
| RegistryStopNotification | X | X | This function removes a registered request for persistent change notifications. |
| RegistryTestExchangeDWORD | X | X | This function sets the REG_SZ registry value |
See Also
State and Notifications Broker Reference | State and Notifications Broker
Send Feedback on this topic to the authors