WM_DBNOTIFICATION (Windows CE 5.0)
This message identifies a change to an object in the object store or mounted database volume.
The message is only received if an application has registered to receive notifications. To receive notification, use the CeOpenDatabaseEx2 (CEDB) function.
WM_DBNOTIFICATION WPARAM wParam; LPARAM lParam;
Parameters
- wParam
Set to 0. - lParam
Pointer to a CENOTIFICATION structure that must be freed after it has been processed.
Return Values
None.
Remarks
The pointer to the CENOTIFICATION structure is freed by calling CeFreeNotification.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Windbase.h.
See Also
CeFreeNotification | CeOpenDatabaseEx2 (CEDB) | CENOTIFICATION
Send Feedback on this topic to the authors