|
|
1.1 root 1: ; SrvrDemo.def
2: ; OLE SERVER DEMO
3: ;
4: ; The module-definition file.
5: ;
6: ; (c) Copyright Microsoft Corp. 1991 - 1992 All Rights Reserved
7:
8:
9: NAME SrvrDemo
10:
11: DESCRIPTION 'Microsoft OLE Server Demonstration'
12:
13: EXETYPE WINDOWS
14:
15: STUB 'WINSTUB.EXE'
16:
17: CODE PRELOAD MOVEABLE DISCARDABLE
18: DATA PRELOAD MOVEABLE MULTIPLE
19:
20: HEAPSIZE 1000
21: STACKSIZE 16000
22:
23: EXPORTS
24: About @1
25: MainWndProc @2
26: ObjWndProc @3
27:
28: SrvrCreate @4
29: SrvrCreateFromTemplate @5
30: SrvrEdit @6
31: SrvrExecute @7
32: SrvrExit @8
33: SrvrOpen @9
34: SrvrRelease @10
35:
36: DocClose @11
37: DocExecute @12
38: DocGetObject @13
39: DocRelease @14
40: DocSave @15
41: DocSetColorScheme @16
42: DocSetDocDimensions @17
43: DocSetHostNames @18
44:
45: ObjDoVerb @19
46: ObjEnumFormats @20
47: ObjGetData @21
48: ObjQueryProtocol @22
49: ObjRelease @23
50: ObjSetBounds @24
51: ObjSetColorScheme @25
52: ObjSetData @26
53: ObjSetTargetDevice @27
54: ObjShow @28
55:
56: fnFailedUpdate @29
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.