5 /* Add global function prototypes here */
7 BOOL InitApplication(HINSTANCE);
8 BOOL InitInstance(HINSTANCE, int);
9 BOOL CenterWindow(HWND, HWND);
11 /* Add new callback function prototypes here */
13 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
15 /* Global variable declarations */
17 extern HINSTANCE hInst; /* The current instance handle */
18 extern char szAppName[]; /* The name of this application */
19 extern char szTitle[]; /* The title bar text */
33 #define APMHEADER_KEY 0x9AC6CDD7l