home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / stock / ea.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-01  |  320 b   |  10 lines

  1. /***    ea.h - layer on EA APIs
  2.  *
  3.  *    History
  4.  *        08-Feb-1990 bens    Initial version (subset of ea.exe)
  5.  *        02-May-1990 bens    Added SetEAValue (copied from ea.exe)
  6.  */
  7.  
  8. char *EAQueryValue(char *pszFile,char *pszName,USHORT *pcbValue);
  9. BOOL EASetValue(char *pszFile,char *pszName,USHORT cbValue,char *pszValue);
  10.