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.
Identifies the type of an item in the Offline Files cache.
Syntax
typedef enum tagOFFLINEFILES_ITEM_TYPE {
OFFLINEFILES_ITEM_TYPE_FILE = 0,
OFFLINEFILES_ITEM_TYPE_DIRECTORY,
OFFLINEFILES_ITEM_TYPE_SHARE,
OFFLINEFILES_ITEM_TYPE_SERVER
} OFFLINEFILES_ITEM_TYPE;
Constants
OFFLINEFILES_ITEM_TYPE_FILE Value: 0 The item is a file. |
OFFLINEFILES_ITEM_TYPE_DIRECTORY The item is a directory. |
OFFLINEFILES_ITEM_TYPE_SHARE The item is a share. |
OFFLINEFILES_ITEM_TYPE_SERVER The item is a server. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | cscobj.h |