IOfflineFilesPinInfo2::IsPartlyPinned method (cscobj.h)
Determines whether the item is partly pinned.
Syntax
HRESULT IsPartlyPinned(
[out] BOOL *pbPartlyPinned
);
Parameters
[out] pbPartlyPinned
Receives TRUE if the item has some child content that is pinned in the Offline Files cache, or FALSE otherwise.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
Only container items, such as directories and shares, can be partly pinned. An item is partly pinned if the item itself is not pinned, but it contains pinned items. The item could contain autocached or transparently cached items in addition to the pinned items.
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 |