Share via


DB_CEOID_DATABASE_DELETED

This message is sent on the deletion of a database.

An application that registered with CeRegisterReplNotification receives this message through a CENOTIFICATION structure.

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 Values

None.

Remarks

None.

Requirements

OS Versions: Windows CE 1.01 and later.
Header: Windbase.h.

See Also

CeRegisterReplNotification

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.