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.
These flags are associated with certain PROPVARIANT structure comparisons.
Syntax
typedef enum {
PVCU_DEFAULT = 0,
PVCU_SECOND = 1,
PVCU_MINUTE = 2,
PVCU_HOUR = 3,
PVCU_DAY = 4,
PVCU_MONTH = 5,
PVCU_YEAR = 6
} PROPVAR_COMPARE_UNIT;
Constants
PVCU_DEFAULT Value: 0 The default unit. |
PVCU_SECOND Value: 1 The second comparison unit. |
PVCU_MINUTE Value: 2 The minute comparison unit. |
PVCU_HOUR Value: 3 The hour comparison unit. |
PVCU_DAY Value: 4 The day comparison unit. |
PVCU_MONTH Value: 5 The month comparison unit. |
PVCU_YEAR Value: 6 The year comparison unit. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | propvarutil.h |