IOfflineFilesProgress::End method (cscobj.h)

Reports that an operation has ended.

Syntax

HRESULT End(
  [in] HRESULT hrResult
);

Parameters

[in] hrResult

Indicates the result of the operation as a whole. Contains S_OK if the operation completed successfully, HRESULT_FROM_WIN32(ERROR_CANCELLED) if the operation was canceled or an error value otherwise.

Return value

The return value is ignored.

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

IOfflineFilesProgress