tagSFBS_FLAGS enumeration (shlwapi.h)

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_DIGIT
Value: 0x0001
Round to the nearest displayed digit.
SFBS_FLAGS_TRUNCATE_UNDISPLAYED_DECIMAL_DIGITS
Value: 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