Share via


CONFINFO

The CONFINFO 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.

Syntax

typedef struct tagConfInfo {
  UINT cbStruct;
  HREPLFLD hFolder;
  HREPLITEM hLocalItem;
  HREPLITEM hRemoteItem;
  OBJTYPENAME szLocalName;
  TCHAR szLocalDesc[ 512 ];
  OBJTYPENAME szRemoteName;
  TCHAR szRemoteDesc[ 512 ];
} CONFINFO, *PCONFINFO;

Members

  • cbStruct
    Specifies the size of this structure.
  • hFolder
    Specifies a handle to the folder where the objects are stored.
  • hLocalItem
    Specifies a handle to the local object.
  • hRemoteItem
    Specifies a handle to the remote object.
  • szLocalName
    A null-terminated string that specifies the name of the local object that the client shows the user.
  • szLocalDesc
    A null-terminated string that specifies the description of the local object that the client shows the user.
  • szRemoteName
    A null-terminated string that specifies the name of the remote object that the client shows the user.
  • szRemoteDesc
    A null-terminated string that specifies the description of the remote object that the client shows the user.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h

See Also

ActiveSync API Structures

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.