IOfflineFilesEvents3::PrefetchFileEnd method (cscobj.h)
Reports that a file prefetch operation has ended.
Syntax
HRESULT PrefetchFileEnd(
[in] LPCWSTR pszPath,
[in] HRESULT hrResult
);
Parameters
[in] pszPath
The UNC path of the file.
[in] hrResult
Receives the result of the operation. Contains S_OK if the operation completed successfully or an error value otherwise.
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 |