SS_TYPEMASK top-level constant

int const SS_TYPEMASK

A composite style bit that results from using the OR operator on SS_* style bits.

Can be used to mask out valid SS_* bits from a given bitmask. Note that this is out of date and does not correctly include all valid styles. Thus, you should not use this style.

Implementation

const SS_TYPEMASK = 0x0000001F;