Contains information about an event generated by a synchronization.
Structure DBSC_Event
public typedef struct DBSC_Event
Member name | Type | Description |
---|---|---|
hdl |
UInt32 |
Indicates the synchronization that generated the event. This value matches the value returned by the Sync method. |
str1 |
String |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
str2 |
String |
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 |
Int32 |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
val2 |
Int32 |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |