Share via


CeNotifyPublic_NewPacket

This function is called when a notification event has occurred.

void CeNotifyPublic_NewPacket(
  CEOID oidRecord 
);

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.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.