CENOTIFICATION[CEDB] (Compact 2013)

3/26/2014

This structure contains information about a change in the object store or a mounted database volume.

Syntax

typedef struct _CENOTIFICATION {
  DWORD dwSize; 
  DWORD dwParam;
  UINT uType;
  CEGUID guid;
  CEOID oid;
  CEOID oidParent;
} CENOTIFICATION; *PCENOTIFICATION

Members

  • dwSize
    DWORD that contains the size of this structure.
  • guid
    Globally unique identifier (CEGUID) of the mounted database volume or object store that the notification applies.
  • oid
    OID of the object that was changed.
  • oidParent
    OID of the parent object.

Remarks

The notification structure returned by the system must be freed after the notification has been processed. Call the CeFreeNotification (CEDB) function to free the notification structure.

Requirements

Header

windbase.h

See Also

Reference

CEDB Structures
CeFreeNotification (CEDB)
CeOpenDatabaseEx (CEDB)