Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |