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.
Determines whether an item was created in the Offline Files cache while working offline.
Syntax
HRESULT IsCreatedOffline(
[out] BOOL *pbCreatedOffline
);
Parameters
[out] pbCreatedOffline
Receives TRUE if the item was created in 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 |