This message is sent when an object in the object store has been modified.
At a Glance
Header file: | Windbase.h |
Windows CE versions: | 1.01 and later |
Syntax
DB_CEOID_CHANGED oidChanged = (CEOID) wParam;
oidParent = (CEOID) lParam;
Parameters
oidChanged
Identifier of the object that was modified.
oidParent
Identifier of the parent object of the modified object.
Remarks
When writing applications for Windows CE version 1.0, use the DB_PEGOID_CHANGED message.
See Also