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 an action has been performed on a transparently cached item.
Syntax
HRESULT TransparentCacheItemNotify(
[in] LPCWSTR pszPath,
[in] OFFLINEFILES_EVENTS EventType,
[in] OFFLINEFILES_ITEM_TYPE ItemType,
[in] BOOL bModifiedData,
[in] BOOL bModifiedAttributes,
[in] LPCWSTR pzsOldPath
);
Parameters
[in] pszPath
The item's UNC path string.
[in] EventType
An OFFLINEFILES_EVENTS enumeration value that indicates the type of the item.
[in] ItemType
An OFFLINEFILES_ITEM_TYPE enumeration value that indicates the type of the item.
[in] bModifiedData
TRUE if the item's data was modified, FALSE otherwise.
[in] bModifiedAttributes
TRUE if one or more of the item's attributes were modified, FALSE otherwise.
[in] pzsOldPath
The original UNC path string for the item.
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 |