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.
Defines conflict result information structure.
Syntax
typedef struct CONFIRM_CONFLICT_RESULT_INFO {
LPWSTR pszNewName;
UINT iItemIndex;
} CONFIRM_CONFLICT_RESULT_INFO;
Members
pszNewName
Type: LPWSTR
The new item name.
iItemIndex
Type: UINT
The item index.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | syncmgr.h |