19#define WIN32_LEAN_AND_MEAN 
   21#pragma comment(lib, "windowscodecs.lib") 
   22#pragma comment(lib, "msimg32.lib") 
   24#define ID_SPLASHSCREEN      25 
  107         BYTE* DataPtr = (BYTE*)
pvBits;
 
  153         bf.SourceConstantAlpha = 0xFF;
 
  230#if(_WIN32_WINNT >= 0x0602) || defined(_WIN7_PLATFORM_UPDATE) 
  264#if(_WIN32_WINNT >= 0x0602) || defined(_WIN7_PLATFORM_UPDATE) 
  330   bminfo.bmiHeader.biPlanes = 1;
 
  331   bminfo.bmiHeader.biBitCount = 32;
 
  432   wc.lpszClassName = 
_T(
"SplashWindow");
 
  478   blend.SourceConstantAlpha = 255;
 
  482   HFONT hFont = 
CreateFont(14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
"Arial\0");
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint DrawText
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
Option_t Option_t TPoint TPoint const char text
void DestroySplashScreen()
void CreateSplash(DWORD time, bool extended)
RooArgList L(Args_t &&... args)