Share via


DB_CEOID_CREATED (Windows Embedded CE 6.0)

1/6/2010

This message is sent when an object is created in the object store.

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.

Return Value

None.

Requirements

Header windbase.h
Windows Embedded CE Windows CE 1.01 and later

See Also

Reference

Database Messages
CeOpenDatabase (CEDB)