|
Data Structures |
| struct | _AlpDatamodelChangeData |
| struct | _AlpHsDataStoreRegistration |
| struct | _AlpHsExternalID |
| | Represents an ID external to ALP. More...
|
| struct | _AlpHsExternalObject |
| struct | _AlpHsObjectComparatorInfo |
| | Structure used to describe a single logical comparator. More...
|
| struct | _AlpHsObjectType |
Defines |
| #define | ALP_HS_APPID_DATACHANGE_NOTIFICATION "/alp/datamodel" |
| | AppId for data change notification to identify notifications.
|
Typedefs |
| typedef _AlpDatamodelChangeData | AlpDatamodelChangeData |
| | definition of data object for sending data-change notifications
|
| typedef AlpDatamodelChangeData * | AlpDatamodelChangeDataPtr |
| typedef void * | AlpHsChangeMgrHandle |
| typedef enum _AlpHsChangeMgrType | AlpHsChangeMgrType |
| | An enumeration of what change management system a datastore uses for its records.
|
| typedef void * | AlpHsDataStoreHandle |
| typedef _AlpHsDataStoreRegistration | AlpHsDataStoreRegistration |
| typedef AlpHsDataStoreRegistration * | AlpHsDataStoreRegistrationPtr |
| typedef enum _AlpHsDataStoreVersionType | AlpHsDataStoreVersionType |
| typedef void * | AlpHsDbHandle |
| typedef void * | AlpHsDbPtr |
| typedef _AlpHsExternalID | AlpHsExternalID |
| | Represents an ID external to ALP.
|
| typedef _AlpHsExternalObject | AlpHsExternalObject |
| typedef AlpHsExternalObject * | AlpHsExternalObjectPtr |
| typedef alp_status_t(* | AlpHsObjectComparatorFnPtr )(void *pContext, const _TCHAR *mimeType, const _TCHAR *mimeVersion, const _TCHAR *targetURI, uint16_t size1, const _TCHAR *buffer1, uint16_t size2, const _TCHAR *buffer2, int *result) |
| typedef _AlpHsObjectComparatorInfo | AlpHsObjectComparatorInfo |
| typedef AlpHsObjectComparatorInfo * | AlpHsObjectComparatorInfoPtr |
| typedef enum _AlpHsObjectComparatorType | AlpHsObjectComparatorType |
| | An enumeration of different types of comparators.
|
| typedef enum _AlpHsObjectState | AlpHsObjectState |
| typedef _AlpHsObjectType | AlpHsObjectType |
| typedef AlpHsObjectType * | AlpHsObjectTypePtr |
| typedef enum _AlpHsSupportedDbType | AlpHsSupportedDbType |
Enumerations |
| enum | _AlpHsChangeMgrType { kChMgrTypeInvalid = 0,
kChMgrTypeHotsync = 1,
kChMgrTypeExternal = 2,
kChMgrTypeEnumLimit = 3
} |
| | An enumeration of what change management system a datastore uses for its records. More...
|
| enum | _AlpHsDataStoreVersionType { kVersionTypeCapabilities = 1,
kVersionTypeStringTable = 2,
kVersionTypeEnumLimit = 3
} |
| enum | _AlpHsObjectComparatorType {
kComparatorTypeInvalid = 0,
kComparatorTypeExternal = 1,
kComparatorTypeCanonical = 2,
kComparatorTypeInternal = 3,
kComparatorTypeEnumLimit = 4
} |
| | An enumeration of different types of comparators. More...
|
| enum | _AlpHsObjectState {
kObjectStateModified = 1,
kObjectStateDeleted = 2,
kObjectStateArchived = 3,
kObjectStateNew = 4,
kObjectStateEnumLimit = 5
} |
| enum | _AlpHsSupportedDbType { kDbTypeUnsupported = 0,
kDbTypeSQLite = 1,
kDbTypeEnumLimit = 2
} |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.