PROPDESC_RELATIVEDESCRIPTION_TYPE enumeration (propsys.h)
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_GENERAL Value: 0 General type. |
PDRDT_DATE Value: 1 Date type. |
PDRDT_SIZE Value: 2 Size type. |
PDRDT_COUNT Value: 3 Count type. |
PDRDT_REVISION Value: 4 Revision type. |
PDRDT_LENGTH Value: 5 Length type. |
PDRDT_DURATION Value: 6 Duration type. |
PDRDT_SPEED Value: 7 Speed type. |
PDRDT_RATE Value: 8 Rate type. |
PDRDT_RATING Value: 9 Rating type. |
PDRDT_PRIORITY Value: 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 |