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