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 the type of comparison to perform in the IOfflineFilesItemFilter::GetTimeFilter method.
Syntax
typedef enum tagOFFLINEFILES_COMPARE {
OFFLINEFILES_COMPARE_EQ = 0,
OFFLINEFILES_COMPARE_NEQ,
OFFLINEFILES_COMPARE_LT,
OFFLINEFILES_COMPARE_GT,
OFFLINEFILES_COMPARE_LTE,
OFFLINEFILES_COMPARE_GTE
} OFFLINEFILES_COMPARE;
Constants
OFFLINEFILES_COMPARE_EQValue: 0 Check whether the item value is equal to the filter value. |
OFFLINEFILES_COMPARE_NEQCheck whether the item value is not equal to the filter value. |
OFFLINEFILES_COMPARE_LTCheck whether the item value is less than the filter value. |
OFFLINEFILES_COMPARE_GTCheck whether the item value is greater than the filter value. |
OFFLINEFILES_COMPARE_LTECheck whether the item value is less than or equal to the filter value. |
OFFLINEFILES_COMPARE_GTECheck whether the item value is greater than or equal to the filter value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | cscobj.h |