Splashscreen.c File Reference

#include "Splashscreen.h"

Include dependency graph for Splashscreen.c:

Go to the source code of this file.

Functions

void CreateSplashscreen (void)

Variables

HINSTANCE hdllInstance


Function Documentation

void CreateSplashscreen ( void   ) 

Definition at line 8 of file Splashscreen.c.

References CreateDialog(), hdllInstance, NULL, and SW_SHOWNORMAL.

Referenced by Windows_Main().

00009 {
00010         HWND hdlg;
00011         hdlg = CreateDialog(hdllInstance, "IDD_SPLASH", NULL,NULL);
00012 
00013         ShowWindow(hdlg, SW_SHOWNORMAL);
00014         UpdateWindow(hdlg);
00015         Sleep(1500);
00016 
00017         DestroyWindow(hdlg);
00018 }

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

HINSTANCE hdllInstance

Definition at line 88 of file wtext.c.


Generated on Sun Mar 4 15:58:04 2007 for Scilab [trunk] by  doxygen 1.5.1