IOfflineFilesSimpleProgress::ItemBegin method (cscobj.h)

Reports that an operation on an item is beginning.

Syntax

HRESULT ItemBegin(
  [in]  LPCWSTR                  pszFile,
  [out] OFFLINEFILES_OP_RESPONSE *pResponse
);

Parameters

[in] pszFile

Receives the fully qualified UNC path of the file or directory that is being processed.

[out] pResponse

Set this parameter to a value from the OFFLINEFILES_OP_RESPONSE enumeration that indicates how the operation is to proceed

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

IOfflineFilesSimpleProgress