WIN16.DEF
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

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