System.SimpleRating
A rating system that uses a range of integer values between 0 and 5.
Windows 10, version 1703, Windows 10, version 1607, Windows 10, version 1511, Windows 10, version 1507, Windows 8.1, Windows 8, Windows 7, Windows Vista
propertyDescription
name = System.SimpleRating
shellPKey = PKEY_SimpleRating
formatID = A09F084E-AD41-489F-8076-AA5BE3082BCA
propID = 100
SearchInfo
InInvertedIndex = false
IsColumn = false
typeInfo
type = UInt32
IsInnate = true
Remarks
PKEY values are defined in Propkey.h.
For compatibility with the Windows Vista Shell rating system, your property handler should also populate the System.Rating property with the mapping as described for that property.
Use the following table to convert from System.Rating to System.SimpleRating.
System.Rating | System.SimpleRating |
---|---|
0 | 0 |
1-12 | 1 |
13-37 | 2 |
38-62 | 3 |
63-87 | 4 |
88-99 | 5 |
Related topics