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.
Specifies how the StrFormatByteSizeEx function should handle rounding of undisplayed digits.
Syntax
typedef enum tagSFBS_FLAGS {
SFBS_FLAGS_ROUND_TO_NEAREST_DISPLAYED_DIGIT = 0x0001,
SFBS_FLAGS_TRUNCATE_UNDISPLAYED_DECIMAL_DIGITS = 0x0002
} ;
Constants
SFBS_FLAGS_ROUND_TO_NEAREST_DISPLAYED_DIGITValue: 0x0001 Round to the nearest displayed digit. |
SFBS_FLAGS_TRUNCATE_UNDISPLAYED_DECIMAL_DIGITSValue: 0x0002 Discard undisplayed digits. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista with SP1 [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | shlwapi.h |