State and Notifications Broker Functions
A version of this page is also available for
4/8/2010
The following table shows the State and Notifications Broker functions.
Programming element | Windows Mobile Professional and Windows Mobile Classic | Windows Mobile Standard | Description |
---|---|---|---|
X |
X |
This function changes the batch time used for the transient notification requests, to batch together frequently occurring notifications. |
|
X |
X |
The function removes a registered request for transient change notifications. It also closes the notification handle. |
|
X |
X |
This function deletes a specified registry value. |
|
X |
X |
This function reads REG_DWORD registry values. |
|
X |
X |
This function reads REG_SZ registry values |
|
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. |
|
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. |
|
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. |
|
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. |
|
X |
X |
This function sets a REG_DWORD registry value. |
|
X |
X |
This function sets the REG_SZ registry value |
|
X |
X |
This function removes a registered request for persistent change notifications. |
|
X |
X |
This function sets the REG_SZ registry value |
See Also
Reference
State and Notifications Broker Reference
Other Resources
State and Notifications Broker
Registry Notification Functions