IOfflineFilesEvents::ItemNotAvailableOffline method (cscobj.h)
Reports that an item in the Offline Files cache is no longer available for offline use should the remote copy become unavailable.
Syntax
HRESULT ItemNotAvailableOffline(
[in] LPCWSTR pszPath,
[in] OFFLINEFILES_ITEM_TYPE ItemType
);
Parameters
[in] pszPath
The item's UNC path string.
[in] ItemType
An OFFLINEFILES_ITEM_TYPE enumeration value that indicates the type of the item.
Return value
The return value is ignored.
Remarks
Receipt of this event does not mean the file has been removed from the cache. The event ItemDeletedFromCache is sent when an item has been removed.
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 |