Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 2.99 KB

ne-cscobj-offlinefiles_compare.md

File metadata and controls

85 lines (66 loc) · 2.99 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:cscobj.tagOFFLINEFILES_COMPARE
OFFLINEFILES_COMPARE (cscobj.h)
Specifies the type of comparison to perform in the IOfflineFilesItemFilter::GetTimeFilter method.
OFFLINEFILES_COMPARE
OFFLINEFILES_COMPARE enumeration [Offline Files]
OFFLINEFILES_COMPARE_EQ
OFFLINEFILES_COMPARE_GT
OFFLINEFILES_COMPARE_GTE
OFFLINEFILES_COMPARE_LT
OFFLINEFILES_COMPARE_LTE
OFFLINEFILES_COMPARE_NEQ
cscobj/OFFLINEFILES_COMPARE
cscobj/OFFLINEFILES_COMPARE_EQ
cscobj/OFFLINEFILES_COMPARE_GT
cscobj/OFFLINEFILES_COMPARE_GTE
cscobj/OFFLINEFILES_COMPARE_LT
cscobj/OFFLINEFILES_COMPARE_LTE
cscobj/OFFLINEFILES_COMPARE_NEQ
of.offlinefiles_compare
of\offlinefiles_compare.htm
of
17972c96-4ce1-43c0-bb6d-730787f0f93a
12/05/2018
OFFLINEFILES_COMPARE, OFFLINEFILES_COMPARE enumeration [Offline Files], OFFLINEFILES_COMPARE_EQ, OFFLINEFILES_COMPARE_GT, OFFLINEFILES_COMPARE_GTE, OFFLINEFILES_COMPARE_LT, OFFLINEFILES_COMPARE_LTE, OFFLINEFILES_COMPARE_NEQ, cscobj/OFFLINEFILES_COMPARE, cscobj/OFFLINEFILES_COMPARE_EQ, cscobj/OFFLINEFILES_COMPARE_GT, cscobj/OFFLINEFILES_COMPARE_GTE, cscobj/OFFLINEFILES_COMPARE_LT, cscobj/OFFLINEFILES_COMPARE_LTE, cscobj/OFFLINEFILES_COMPARE_NEQ, of.offlinefiles_compare
cscobj.h
Windows
Windows Vista
Windows Server 2008
Windows
OFFLINEFILES_COMPARE
19H1
tagOFFLINEFILES_COMPARE
cscobj/tagOFFLINEFILES_COMPARE
OFFLINEFILES_COMPARE
cscobj/OFFLINEFILES_COMPARE
c++
APIRef
kbSyntax
HeaderDef
CscObj.h
OFFLINEFILES_COMPARE

OFFLINEFILES_COMPARE enumeration

-description

Specifies the type of comparison to perform in the IOfflineFilesItemFilter::GetTimeFilter method.

-enum-fields

-field OFFLINEFILES_COMPARE_EQ:0

Check whether the item value is equal to the filter value.

-field OFFLINEFILES_COMPARE_NEQ

Check whether the item value is not equal to the filter value.

-field OFFLINEFILES_COMPARE_LT

Check whether the item value is less than the filter value.

-field OFFLINEFILES_COMPARE_GT

Check whether the item value is greater than the filter value.

-field OFFLINEFILES_COMPARE_LTE

Check whether the item value is less than or equal to the filter value.

-field OFFLINEFILES_COMPARE_GTE

Check whether the item value is greater than or equal to the filter value.

-see-also

IOfflineFilesItemFilter::GetTimeFilter