CeNotifyPrivate_TranslateOID
This function translates a specified database object identifier to a NotifyPacket structure pointer.
NotifyPacket* CeNotifyPrivate_TranslateOID(
CEOID oid
);
Parameters
- oid
Database object identifier of the notification record.
Return Values
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
OS Versions: Windows CE 2.10 and later.
Header: Notifext.hxx.
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.