Share via


DB_CEOID_DATABASE_DELETED (Windows Embedded CE 6.0)

1/6/2010

This message is sent when a database is deleted.

An application that registered with the CeRegisterReplNotification function receives this message through a CENOTIFICATION (CEDB) structure.**

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.

Return Value

None.

Requirements

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

See Also

Reference

Database Messages
CeRegisterReplNotification