State and Notifications Broker Functions

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

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

Reference

State and Notifications Broker Reference

Other Resources

State and Notifications Broker
Registry Notification Functions