IOfflineFilesSyncErrorInfo::GetLocalInfo method (cscobj.h)

Retrieves an instance of the IOfflineFilesSyncErrorItemInfo interface containing the file times, size, and attributes of the local copy of the item involved in the synchronization.

Syntax

HRESULT GetLocalInfo(
  [out] IOfflineFilesSyncErrorItemInfo **ppInfo
);

Parameters

[out] ppInfo

Receives the address of an instance of IOfflineFilesSyncErrorItemInfo containing information about the local 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

See also

IOfflineFilesSyncErrorInfo