IOfflineFilesPinInfo::IsPinned method (cscobj.h)

Determines whether the item is pinned.

Syntax

HRESULT IsPinned(
  [out] BOOL *pbPinned
);

Parameters

[out] pbPinned

Receives TRUE if the item is pinned for any reason, or FALSE otherwise.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

When an item is pinned in the Offline Files cache, it is protected from automatic eviction and is guaranteed to be available offline.

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

See also

IOfflineFilesCache::Pin

IOfflineFilesPinInfo