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