IOfflineFilesEvents3::PrefetchFileBegin method (cscobj.h)

Reports that a file prefetch operation has begun.

Syntax

HRESULT PrefetchFileBegin(
  [in] LPCWSTR pszPath
);

Parameters

[in] pszPath

The UNC path of the file.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header cscobj.h
DLL CscSvc.dll; CscObj.dll

See also

IOfflineFilesEvents3