SynchronizationOperationEnum
SynchronizationOperationEnum enumeration constants are used to define operations which require synchronization.
typedef enum {
SOP_PageChanged,
SOP_FocusChanged
} SynchronizationOperationEnum;
Elements
Name | Description |
---|---|
SOP_PageChanged | Active page has been changed. |
SOP_FocusChanged | Focus has been changed. |
Used in
9/17/2024 3:14:40 PM