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.
Specifies which time value associated with the cache item is to be used.
Syntax
typedef enum tagOFFLINEFILES_ITEM_TIME {
OFFLINEFILES_ITEM_TIME_CREATION = 0,
OFFLINEFILES_ITEM_TIME_LASTACCESS,
OFFLINEFILES_ITEM_TIME_LASTWRITE
} OFFLINEFILES_ITEM_TIME;
Constants
OFFLINEFILES_ITEM_TIME_CREATIONValue: 0 Use the item's creation time. |
OFFLINEFILES_ITEM_TIME_LASTACCESSUse the item's last-access time. |
OFFLINEFILES_ITEM_TIME_LASTWRITEUse the item's last-write time. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | cscobj.h |