Share via


DB_CEOID_DIRECTORY_DELETED (Windows Embedded CE 6.0)

1/6/2010

This message is sent when a directory is deleted.

This message is sent only to the process that has registered as the replication process with the CeRegisterReplNotification function.

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