home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / chap18 / cosmo1.0 / win16.def < prev    next >
Text File  |  1995-05-03  |  2KB  |  43 lines

  1. NAME            COSMO0
  2. DESCRIPTION     'OLE 1.0 Cosmo Server (c)1992-1995 Microsoft Corp.'
  3. EXETYPE         WINDOWS
  4. STUB            'WINSTUB.EXE'
  5.  
  6. CODE            PRELOAD DISCARDABLE
  7. DATA            PRELOAD MULTIPLE
  8.  
  9. HEAPSIZE        4096
  10. STACKSIZE       4096
  11.  
  12. EXPORTS         CosmoWndProc              @1
  13.                 AboutProc                 @2
  14.                 PolylineWndProc           @3
  15.  
  16.                 ServerCreate              @4
  17.                 ServerCreateFromTemplate  @5
  18.                 ServerEdit                @6
  19.                 ServerExecute             @7
  20.                 ServerExit                @8
  21.                 ServerOpen                @9
  22.                 ServerRelease             @10
  23.  
  24.                 DocClose                  @11
  25.                 DocExecute                @12
  26.                 DocGetObject              @13
  27.                 DocRelease                @14
  28.                 DocSave                   @15
  29.                 DocSetColorScheme         @16
  30.                 DocSetDocDimensions       @17
  31.                 DocSetHostNames           @18
  32.  
  33.                 ObjDoVerb                 @19
  34.                 ObjEnumFormats            @20
  35.                 ObjGetData                @21
  36.                 ObjQueryProtocol          @22
  37.                 ObjRelease                @23
  38.                 ObjSetBounds              @24
  39.                 ObjSetColorScheme         @25
  40.                 ObjSetData                @26
  41.                 ObjSetTargetDevice        @27
  42.                 ObjShow                   @28
  43.