Expand Minimize
This topic has not yet been rated - Rate this topic

SFBS_FLAGS enumeration

Specifies how the StrFormatByteSizeEx function should handle rounding of undisplayed digits.

Syntax


typedef enum  { 
  SFBS_FLAGS_ROUND_TO_NEAREST_DISPLAYED_DIGIT     = 0x00000001,
  SFBS_FLAGS_TRUNCATE_UNDISPLAYED_DECIMAL_DIGITS  = 0x00000002
} SFBS_FLAGS;

Constants

SFBS_FLAGS_ROUND_TO_NEAREST_DISPLAYED_DIGIT

Round to the nearest displayed digit.

SFBS_FLAGS_TRUNCATE_UNDISPLAYED_DECIMAL_DIGITS

Discard undisplayed digits.

Requirements

Minimum supported client

Windows Vista with SP1 [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shlwapi.h

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.