IOfflineFilesSyncErrorInfo::GetRemoteInfo method (cscobj.h)
Retrieves an instance of the IOfflineFilesSyncErrorItemInfo interface containing the file times, size, and attributes of the remote copy of the item involved in the synchronization.
Syntax
HRESULT GetRemoteInfo(
[out] IOfflineFilesSyncErrorItemInfo **ppInfo
);
Parameters
[out] ppInfo
Receives the address of an instance of IOfflineFilesSyncErrorItemInfo containing information about the remote item copy involved in the synchronization.
Return value
Returns S_OK if successful, or an error value otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | cscobj.h |
DLL | CscSvc.dll; CscObj.dll |