Share via


ObjectNotify

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This device module 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 to see if it is interested in this change or deletion. If so, the object identifier the client needs for serialization or deserialization of the object is sent to the desktop. The ObjectNotify function call may not necessarily occur on the same thread as the actual synchronization.

Syntax

BOOL (*POBJNOTIFYPROC)(
  POBJNOTIFY pNotify
);

Parameters

  • pNotify
    [in] Pointer to an OBJNOTIFY structure.

Return Value

Returns TRUE if the change or deletion should be synchronized, otherwise returns FALSE.

Remarks

The ObjectNotify function is not implemented for device emulation using the Platform Builder emulator.

Requirements

Header ceutil.h
Library coredll.lib
Windows Embedded CE Windows CE 2.0 and later, Windows Embedded CE 6.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ActiveSync Functions
OBJNOTIFY