Share via


CeNotifyPublic_NewPacket (Windows Embedded CE 6.0)

1/6/2010

This function is called when a notification event has occurred.

Syntax

void CeNotifyPublic_NewPacket(
  CEOID oidRecord
);

Parameters

  • oidRecord
    Database record ID for the notification.

Return Value

None.

Remarks

To retrieve the data associated with a notification, call CeNotifyPrivate_TranslateOID. You must perform the appropriate action for the notification, for example, run an application or present a dialog box.

Requirements

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

See Also

Reference

Notification Functions