summaryrefslogtreecommitdiffstats
path: root/private/oleutest/ole1/srvrdemo/srvrdemo.def
diff options
context:
space:
mode:
Diffstat (limited to 'private/oleutest/ole1/srvrdemo/srvrdemo.def')
-rw-r--r--private/oleutest/ole1/srvrdemo/srvrdemo.def56
1 files changed, 56 insertions, 0 deletions
diff --git a/private/oleutest/ole1/srvrdemo/srvrdemo.def b/private/oleutest/ole1/srvrdemo/srvrdemo.def
new file mode 100644
index 000000000..b249f42ad
--- /dev/null
+++ b/private/oleutest/ole1/srvrdemo/srvrdemo.def
@@ -0,0 +1,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