Share via


ObjectNotify (Compact 7)

3/12/2014

This device module function is called when an object in the object store is changed or deleted.

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

ObjectNotify prompts the client to determine whether it needs to take action as a result of the object change or deletion. If action is required, the object identifier the client needs for serialization or deserialization of the object is sent to the desktop. The ObjectNotify function call might not necessarily occur on the same thread as the actual synchronization.

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

Requirements

Header

ceutil.h

Library

coredll.lib

See Also

Reference

ActiveSync Functions