IOfflineFilesSyncErrorInfo::GetSyncOperation method (cscobj.h)

Retrieves a value indicating the type of sync operation that was being performed when the error was encountered.

Syntax

HRESULT GetSyncOperation(
  [out] OFFLINEFILES_SYNC_OPERATION *pSyncOp
);

Parameters

[out] pSyncOp

Receives a value from the OFFLINEFILES_SYNC_OPERATION enumeration that indicates the operation type.

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