IFileSyncMergeHandler::Merge method
Syntax
HRESULT Merge( [in] LPCWSTR localFilePath, [in] LPCWSTR serverFilePath, [out] MERGE_UPDATE_STATUS *updateStatus );
Parameters
- localFilePath [in]
-
Type: LPCWSTR
A pointer to a string containing the path to the local copy of the file.
- serverFilePath [in]
-
Type: LPCWSTR
A pointer to a string containing the network path to the server copy of the file.
- updateStatus [out]
-
Type: MERGE_UPDATE_STATUS*
When this method returns, contains a pointer to one of the following values indicating status of the merge process.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: