CeNotifyPublic_NewPacket (Windows CE 5.0)
This function is called when a notification event has occurred.
void CeNotifyPublic_NewPacket(CEOIDoidRecord);
Parameters
- oidRecord
Database record ID for the notification.
Return Values
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
OS Versions: Windows CE 2.10 and later.
Header: Notifext.hxx.
Send Feedback on this topic to the authors