File:  [WindowsNT SDKs] / mstools / samples / ole / srvrdemo / srvrdemo.def
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:20:49 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-oct-1992, ntsdk-nov-1993, ntsdk-jun-1992, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 297 06-28-1992

; 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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.