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.
- dwParam
DWORD that contains a user-defined value assigned in the CENOTIFYREQUEST [CEDB] structure.
uType
Unsigned integer that describes the notification type. The following table shows possible values.Value
Description
Indicates that a new object identifier (OID) object was created.
Indicates that a database was deleted on a volume.
Indicates that a record was deleted in a database.
Indicates that a file was deleted. Only available to an OEM replication process.
Indicates that a directory was deleted. Only available to an OEM replication process.
Indicates that an object was modified.
- 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)