Partager via


CeNotifyPrivate_Reschedule

This function reschedules a notification event.

int CeNotifyPrivate_Reschedule(
  CEOID oid,
  int iDelaySeconds 
);

Parameters

  • oid
    Database object identifier of the notification record to be rescheduled.
  • iDelaySeconds
    Amount of time, in seconds, for the notification event to be rescheduled.

Return Values

Returns TRUE if the event has been rescheduled; otherwise, returns FALSE.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Notifext.hxx.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.