IOfflineFilesItem::GetPath method (cscobj.h)
Retrieves the fully qualified UNC path string for an item in the Offline Files cache.
Syntax
HRESULT GetPath(
[out] LPWSTR *ppszPath
);
Parameters
[out] ppszPath
Receives the fully qualified UNC path of the item. The caller is responsible for freeing the path buffer by using the CoTaskMemFree function.
Return value
Returns S_OK if successful, or an error value otherwise.
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 |