Share via


CeNotifyPrivate_TranslateOID (Windows Embedded CE 6.0)

1/6/2010

This function translates a specified database object identifier to a NotifyPacket structure pointer.

Syntax

NotifyPacket* CeNotifyPrivate_TranslateOID(
  CEOID oid
);

Parameters

  • oid
    Database object identifier of the notification record.

Return Value

Can return NULL if the notification has already been handled.

Remarks

Call this function to retrieve a notification record from the database when you are notified about a notification event.

Requirements

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

See Also

Reference

Notification Functions