POBJNOTIFYPROC

POBJNOTIFYPROC is a type-defined reference to the Windows CE ObjectNotify function, which is called by the server when there is a change or deletion to an object in the device's object store.

Syntax

typedef BOOL (*POBJNOTIFYPROC)(
  POBJNOTIFY pNotify
);

Parameters

  • pNotify
    [in] Reference to an OBJNOTIFY structure.

Return Values

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

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None

See Also

ActiveSync API Functions

ObjectNotify

OBJNOTIFY

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.