windows-nt/Source/XPSP1/NT/enduser/netmeeting/ui/conf/splash.h
2020-09-26 16:20:57 +08:00

9 lines
163 B
C

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