Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Specifies the type of comparison to perform in the IOfflineFilesItemFilter::GetTimeFilter method.
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;
OFFLINEFILES_COMPARE_EQ Value: 0 Check whether the item value is equal to the filter value. |
OFFLINEFILES_COMPARE_NEQ Check whether the item value is not equal to the filter value. |
OFFLINEFILES_COMPARE_LT Check whether the item value is less than the filter value. |
OFFLINEFILES_COMPARE_GT Check whether the item value is greater than the filter value. |
OFFLINEFILES_COMPARE_LTE Check whether the item value is less than or equal to the filter value. |
OFFLINEFILES_COMPARE_GTE Check whether the item value is greater than or equal to the filter value. |
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | cscobj.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today