home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 August / CICA.cdr / cis_libs / mswin32 / 13 / win32s.txt < prev    next >
Encoding:
Text File  |  1992-08-24  |  903 b   |  18 lines

  1. This readme describes the win32s spreadsheet.  
  2.  
  3. There are two forms of the spreadsheet - an Excel ss (win32s.xls) and a 
  4. comma separated variable file suitable for loading into other SS programs.  
  5.  
  6. The ss contains one row for each Windows API, with 3 columns:
  7. - the name of the API
  8. - the status of the API in Win32.  The four possibilities are:
  9.     new:  new to win32, i.e. does not exist in the 16-bit world
  10.     widened:  a 16-bit API which has simply been widened
  11.     changed:  similar to a 16-bit API, but slightly different
  12.     dropped:  a 16-bit API which is not supported in win32
  13. - whether the API actually works in Win32s running on Win3.1.  All
  14.     APIs in Win32 have at least a stub in Win32s.  However, only
  15.     some of the APIs actually implement the functionality;  the rest 
  16.     will return an error.  Y indicates the functionality is supported,
  17.     N indicates that an error will be returned.
  18.