IOfflineFilesChangeInfo::IsDeletedOffline method (cscobj.h)
Determines whether an item has been deleted from the Offline Files cache while working offline.
Syntax
HRESULT IsDeletedOffline(
[out] BOOL *pbDeletedOffline
);
Parameters
[out] pbDeletedOffline
Receives TRUE if the item has been deleted from the Offline Files cache while working offline, or FALSE otherwise.
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 |