CeRegisterReplNotification (Windows CE 5.0)
This function registers to receive object store and mounted database volume notifications.
BOOL CeRegisterReplNotification(CENOTIFYREQUEST* pRequest);
Parameters
- pRequest
[in] Pointer to a CENOTIFYREQUEST structure that requests notifications be sent to an identified window. If pRequest is NULL, the previous notification request is removed.
Return Values
Returns TRUE if the registration succeeds; otherwise returns FALSE.
Remarks
Only one application can register to receive replication notification changes. If an application is already receiving notifications and a second application registers to receive notifications, the first application will not receive any notifications.
If the application that calls CeRegisterReplNotification is generating the notifications, notification messages are not sent.
This API is part of the bit-based replication model and is not supported under the count-based replication model.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Pwindbas.h.
Link Library: Coredll.lib.
See Also
Bit-Based Replication | CENOTIFICATION
Send Feedback on this topic to the authors