WINSAT_BITMAP_SIZE enumeration (winsatcominterfacei.h)

[WINSAT_BITMAP_SIZE may be altered or unavailable for releases after Windows 8.1.]

Defines the size of the bitmap to use to represent the WinSAT score.

Syntax

typedef enum __MIDL___MIDL_itf_winsatcominterfacei_0000_0000_0004 {
  WINSAT_BITMAP_SIZE_SMALL = 0,
  WINSAT_BITMAP_SIZE_NORMAL = 1
} WINSAT_BITMAP_SIZE;

Constants

 
WINSAT_BITMAP_SIZE_SMALL
Value: 0
Use a 32 x 24 bitmap (size is in pixels).
WINSAT_BITMAP_SIZE_NORMAL
Value: 1
Use an 80 x 80 bitmap (size is in pixels).

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Header winsatcominterfacei.h

See also

IProvideWinSATVisuals::get_Bitmap