ObjectNotify

The server calls the ObjectNotify function 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.

Syntax

BOOL ObjectNotify(POBJNOTIFY pNotify);

At a Glance

Header file: Cesync.h
Platforms: H/PC
Versions: 2.0 and later

Parameters

pNotify
Pointer to the OBJNOTIFY structure.

Return Value

TRUE if the change or deletion should be synchronized.

Remarks

The ObjectNotify function is not implemented for emulation.