ISyncMgrConflictResolveInfo::SetItemChoices method
Sets the array of indexes that represents which items the user wants to keep. This method is used when the user chooses to apply the same operation to all selected conflicts of the same type from the same handler.
Syntax
HRESULT SetItemChoices( [in] UINT *prgiConflictItemIndexes, [in] UINT cChoices );
Parameters
- prgiConflictItemIndexes [in]
-
Type: UINT*
The array of indexes of items that the user wants to keep.
- cChoices [in]
-
Type: UINT
The number of item choices in prgiConflictItemIndexes.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: