WM_DBNOTIFICATION

This message identifies a change to an object in the object store, or mounted database volume. The message is only received if and application has registered to receive notifications. To receive notification, use the CeOpenDatabaseEx function.

Parameters

wParam

Set to 0.

lParam

Pointer to a CENOTIFICATION structure that must be freed after it has been processed.

Remarks

The pointer to the CENOTIFICAITON structure is freed by calling CeFreeNotification.

See Also

CeOpenDatabaseEx