Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
; 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
|