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