CeRegisterReplNotification
This function registers to receive object store and mounted database volume notifications.
BOOL CeRegisterReplNotification(
CENOTIFYREQUEST* pRequest
);
Parameters
- pRequest
[in] Pointer to a CENOTIFICATION 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.
This API is part of the bit-based replication model and is not supported under the counter-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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.