Share via


CeNotifyPrivate_Reschedule (Windows Embedded CE 6.0)

1/6/2010

This function reschedules a notification event.

Syntax

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 Value

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

Requirements

Header Notifext.hxx
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Notification Functions