This message is sent when a new object is created in the object store.
At a Glance
Header file: | Windbase.h |
Windows CE versions: | 1.01 and later |
Syntax
DB_CEOID_CREATED oidCreated = (CEOID) wParam;
oidParent = (CEOID) lParam;
Parameters
oidCreated
Identifier of the newly created object.
oidParent
Identifier of the parent object of the newly created object.
Remarks
When writing applications for Windows CE version 1.0, use the DB_PEGOID_CREATED message.
See Also