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 / win32.def < prev    next >
Encoding:
Text File  |  1995-05-03  |  1.4 KB  |  38 lines

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