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 relative description type for a property description, as determined by the relativeDescriptionType attribute of the displayInfo element.
Syntax
typedef enum PROPDESC_RELATIVEDESCRIPTION_TYPE {
PDRDT_GENERAL = 0,
PDRDT_DATE = 1,
PDRDT_SIZE = 2,
PDRDT_COUNT = 3,
PDRDT_REVISION = 4,
PDRDT_LENGTH = 5,
PDRDT_DURATION = 6,
PDRDT_SPEED = 7,
PDRDT_RATE = 8,
PDRDT_RATING = 9,
PDRDT_PRIORITY = 10
} ;
Constants
PDRDT_GENERALValue: 0 General type. |
PDRDT_DATEValue: 1 Date type. |
PDRDT_SIZEValue: 2 Size type. |
PDRDT_COUNTValue: 3 Count type. |
PDRDT_REVISIONValue: 4 Revision type. |
PDRDT_LENGTHValue: 5 Length type. |
PDRDT_DURATIONValue: 6 Duration type. |
PDRDT_SPEEDValue: 7 Speed type. |
PDRDT_RATEValue: 8 Rate type. |
PDRDT_RATINGValue: 9 Rating type. |
PDRDT_PRIORITYValue: 10 Priority type. |
Remarks
These values are defined in propsys.h and propsys.idl.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | propsys.h |