home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / dll / example.def < prev    next >
Encoding:
Text File  |  1988-10-20  |  425 b   |  29 lines

  1. LIBRARY Example
  2.  
  3. DESCRIPTION 'Examples using Call/Register with Excel'
  4.  
  5. STUB    'WINSTUB.EXE'
  6.  
  7. CODE    MOVEABLE
  8. DATA    FIXED SINGLE
  9.  
  10. HEAPSIZE  4096
  11. STACKSIZE 0
  12.  
  13. EXPORTS
  14.  
  15.     TestBool   @1
  16.     TestDouble @2
  17.     TestChar   @3
  18.     TestByte   @4
  19.     TestFloatBuff @5
  20.     TestZBuff  @6
  21.     TestByteBuff @7
  22.     TestUInt   @8
  23.     TestInt    @9
  24.     TestLong   @10
  25.     TestAddK   @11
  26.     ChangeK    @12
  27.  
  28.  
  29.