windows-nt/Source/XPSP1/NT/com/winole/samples/srvrdemo/srvrdemo.def

55 lines
1.1 KiB
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
; SrvrDemo.def
; OLE SERVER DEMO
;
; The module-definition file.
;
; (c) Copyright Microsoft Corp. 1991 - 1992 All Rights Reserved
NAME SrvrDemo
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