IOfflineFilesSyncErrorInfo::GetOriginalInfo method (cscobj.h)
Retrieves an instance of the IOfflineFilesSyncErrorItemInfo interface containing the file times, size, and attributes of the original copy of the item involved in the synchronization.
"Original" refers to the state information recorded the last time the cached item was in sync with the server.
Syntax
HRESULT GetOriginalInfo(
[out] IOfflineFilesSyncErrorItemInfo **ppInfo
);
Parameters
[out] ppInfo
Receives the address of an instance of IOfflineFilesSyncErrorItemInfo containing information about the original 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 |