home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / install / devnewsc.dsc < prev    next >
Encoding:
Text File  |  1993-11-11  |  436 b   |  11 lines

  1. EXCEPTION MANAGEMENT IN 32-BIT OS/2 
  2.  
  3. This article features a discussion of exception management in 32-bit OS/2 and includes two Workplace Shell sample programs written in C.  
  4.  
  5. The two sample programs show:
  6.   
  7.   o  Sparse allocation, where pages in a memory allocation are committed only when referenced 
  8.   
  9.   o  Graceful failure, where functions in EXEs and DLLs return sensible, failing, result codes in trap situations
  10.   
  11.