Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 3.14 KB

nf-cscobj-iofflinefilestransparentcacheinfo-istransparentlycached.md

File metadata and controls

76 lines (60 loc) · 3.14 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:cscobj.IOfflineFilesTransparentCacheInfo.IsTransparentlyCached
IOfflineFilesTransparentCacheInfo::IsTransparentlyCached (cscobj.h)
Determines whether the item is transparently cached.
IOfflineFilesTransparentCacheInfo interface [Offline Files]
IsTransparentlyCached method
IOfflineFilesTransparentCacheInfo.IsTransparentlyCached
IOfflineFilesTransparentCacheInfo::IsTransparentlyCached
IsTransparentlyCached
IsTransparentlyCached method [Offline Files]
IsTransparentlyCached method [Offline Files]
IOfflineFilesTransparentCacheInfo interface
cscobj/IOfflineFilesTransparentCacheInfo::IsTransparentlyCached
of.iofflinefilestransparentcacheinfo_istransparentlycached
of\iofflinefilestransparentcacheinfo_istransparentlycached.htm
of
7f8656e0-0f24-46a0-81b7-62067b0d4c21
12/05/2018
IOfflineFilesTransparentCacheInfo interface [Offline Files],IsTransparentlyCached method, IOfflineFilesTransparentCacheInfo.IsTransparentlyCached, IOfflineFilesTransparentCacheInfo::IsTransparentlyCached, IsTransparentlyCached, IsTransparentlyCached method [Offline Files], IsTransparentlyCached method [Offline Files],IOfflineFilesTransparentCacheInfo interface, cscobj/IOfflineFilesTransparentCacheInfo::IsTransparentlyCached, of.iofflinefilestransparentcacheinfo_istransparentlycached
cscobj.h
Windows
Windows 7
Windows Server 2008 R2
CscSvc.dll; CscObj.dll
Windows
19H1
IOfflineFilesTransparentCacheInfo::IsTransparentlyCached
cscobj/IOfflineFilesTransparentCacheInfo::IsTransparentlyCached
c++
APIRef
kbSyntax
COM
CscSvc.dll
CscObj.dll
IOfflineFilesTransparentCacheInfo.IsTransparentlyCached

IOfflineFilesTransparentCacheInfo::IsTransparentlyCached

-description

Determines whether the item is transparently cached.

-parameters

-param pbTransparentlyCached [out]

A pointer to a variable that receives TRUE if the item is transparently cached, or FALSE otherwise.

-returns

Returns S_OK if successful, or an error value otherwise.

-remarks

A transparently cached item is cached locally. However, it can be accessed only when the server is available and the user is online with respect to that server. If the cached version of the file matches the correct version of the file on the server, requests to read data will be satisfied from the cache rather than requesting the data from the server.

-see-also

IOfflineFilesEvents3::TransparentCacheItemNotify

IOfflineFilesTransparentCacheInfo