ObjectNotify
This function is called by the server when there is a change or deletion to an object in the device's object store. ObjectNotify prompts the client if it is interested in this change or deletion. If so, the object identifier the client needs for serialization or de-serialization of the object is sent to the desktop. The ObjectNotify function call may not necessarily occur on the same thread as the actual synchronization.
BOOL ObjectNotify(
POBJNOTIFY pNotify
);
Parameters
- pNotify
[in] Pointer to the OBJNOTIFY structure.
Return Values
Returns TRUE if the change or deletion should be synchronized, otherwise returns FALSE.
Remarks
The ObjectNotify function is not implemented for emulation.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Ceutil.h.
Link Library: Coredll.lib.
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.