|
|
1.1 root 1: /*==============================================================*\
2: * *
3: * Vmm_xtrn.h - Sample external declarations *
4: * Created 1990, Microsoft, IBM Corp. *
5: * *
6: *--------------------------------------------------------------*
7: * *
8: * This header file contains the application wide function *
9: * declarations and global external variables. *
10: * *
11: \*==============================================================*/
12:
13: /*--------------------------------------------------------------*\
14: * Global variables *
15: \*--------------------------------------------------------------*/
16: extern HWND hwndMainFrame;
17: extern HWND hwndMain;
18: extern HAB hab;
19: extern HMQ hmq;
20: extern CHAR szAppName[MAXAPPNAMELEN];
21:
22: /*--------------------------------------------------------------*\
23: * Entry point declarations *
24: \*--------------------------------------------------------------*/
25:
26: /* from sample.c */
27: VOID cdecl main(VOID);
28: MRESULT EXPENTRY MainWndProc(HWND hwnd, USHORT msg, MPARAM mp1, MPARAM mp2);
29: VOID MessageBox(HWND hwndOwner, SHORT nIdMsg, BOOL bBeep);
30: VOID MainCommand(MPARAM mp1, MPARAM mp2);
31:
32: /* from init.c */
33: BOOL Init(VOID);
34: VOID PASCAL ExitProc(USHORT usTermCode);
35:
36: /* from filecmd.c */
37: VOID FilePrint(MPARAM mp2);
38: VOID FilePageSetup(MPARAM mp2);
39: VOID FilePrintSetup(MPARAM mp2);
40: VOID FileExit(MPARAM mp2);
41:
42: /* from usercmd.c */
43: VOID UserCommand(MPARAM mp1, MPARAM mp2);
44: MRESULT UserWndProc(HWND hwnd, USHORT msg, MPARAM mp1, MPARAM mp2);
45:
46: /* from print.c */
47: VOID PageSetup(HWND hwndOwner);
48: VOID PrintSetup(HWND hwndOwner);
49: VOID Print(HWND hwndOwner);
50: VOID InitPrintingDialogs(VOID);
51:
52: /* from paint.c */
53: VOID MainPaint(HWND hwnd);
54:
55: /* from help.c */
56: VOID InitHelp(VOID);
57: VOID HelpHelpForHelp(MPARAM mp2);
58: VOID HelpAbout(MPARAM mp2);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.