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.
Describes the condition type to use when displaying the property in the query builder UI in Windows Vista, but not in Windows 7 and later.
Syntax
typedef enum PROPDESC_CONDITION_TYPE {
PDCOT_NONE = 0,
PDCOT_STRING = 1,
PDCOT_SIZE = 2,
PDCOT_DATETIME = 3,
PDCOT_BOOLEAN = 4,
PDCOT_NUMBER = 5
} ;
Constants
PDCOT_NONEValue: 0 The default value; it means the condition type is unspecified. |
PDCOT_STRINGValue: 1 Use the string condition type. |
PDCOT_SIZEValue: 2 Use the size condition type. |
PDCOT_DATETIMEValue: 3 Use the date/time condition type. |
PDCOT_BOOLEANValue: 4 Use the Boolean condition type. |
PDCOT_NUMBERValue: 5 Use the number condition type. |
Remarks
The flags in PROPDESC_CONDITION_TYPE affected the query string display in the Advanced Query Builder user interface in Windows Vista. In Windows 7 and later, the flags in PROPDESC_CONDITION_TYPE are not used.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | propsys.h |