WindowsXP-SP1/enduser/netmeeting/ui/conf/splash.h
2020-09-30 16:53:49 +02:00

9 lines
171 B
C

// File: splash.h
VOID StartSplashScreen ( HWND hwnd );
VOID StopSplashScreen ( VOID );
VOID UpdateSplashScreen ( VOID );
extern class CFrame *g_pSplashScreen;