Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure is used to retrieve information about two conflicting items. The server uses a dialog box to present this information to the user, who can then choose an option for resolving the conflict.
typedef struct tagConfInfo{UINTcbStruct;HREPLFLDhFolder;HREPLITEMhLocalItem;HREPLITEMhRemoteItem;charszLocalName[MAX_OBJTYPE_NAME];
charszLocalDesc[512];
charszRemoteName[MAX_OBJTYPE_NAME];
charszRemoteDesc[512];
} CONFINFO, *PCONFINFO;
Members
- cbStruct
Size of this structure. - hFolder
Handle to the folder where the objects are stored. - hLocalItem
Handle to the local object. - hRemoteItem
Handle to the remote object. - szLocalName[MAX_OBJTYPE_NAME]
Null-terminated string that contains the name of the local object client would like to show to the user. - szLocalDesc[512]
Null-terminated string that contains the description of the local object client would like to show to the user. - szRemoteName[MAX_OBJTYPE_NAME]
Null-terminated string that contains the name of the remote object client would like to show to the user. - szRemoteDesc[512]
Null-terminated string that contains the description of the remote object client would like to show to the user.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Cesync.h.
See Also
ActiveSync Structures |IReplStore::GetConflictInfo
Send Feedback on this topic to the authors