Contains information about an event generated by a synchronization.
Syntaxpublic struct DBSC_Event
Members| Member name | Type | Description |
|---|---|---|
| data |
void * |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
| hdl |
DBSC_SyncHdl |
Indicates the synchronization that generated the event. This value matches the value returned by the Sync method. |
| str1 |
const char * |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
| str2 |
const char * |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
| type |
DBSC_EventType |
Indicates the type of event being reported. |
| val1 |
long int |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
| val2 |
long int |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
See also![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |
