Jump to content

DOSCALL1.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Line 21: Line 21:
   30 DOSTIMERSTART
   30 DOSTIMERSTART
   31 DOSTIMERSTOP
   31 DOSTIMERSTOP
  137 DOSREAD
  137 [[OS2 API:CPI:DosRead|DosRead]]
  138 DOSWRITE
  138 [[OS2 API:CPI:DosWrite|DosWrite]]
  139 DOSERRCLASS
  139 [[OS2 API:CPI:DosErrClass|DosErrClass]]
  140 DOSSEMREQUEST
  140 DOSSEMREQUEST
  141 DOSSEMCLEAR
  141 DOSSEMCLEAR

Revision as of 02:04, 23 June 2016

This DLL is part of OS/2's Control Program. It contains the Control Program Functions.

Version

Date Version Size Comments
2011-11-24 03:24 14.106 132,401 bytes SMP doscall1.dll
2006-07-14 14:14 - 192,100 bytes
2005-06-05 18:45 - 144,677 bytes \OS2\INSTALL\SMP
2005-06-05 18:45 - 137,659 bytes \OS2\INSTALL\UNI
1997-11-24 10:49 - 124,424 bytes Warp 4

DLL Entry Points

  29 DOSTIMERASYNC
  30 DOSTIMERSTART
  31 DOSTIMERSTOP
 137 [[OS2 API:CPI:DosRead|DosRead]]
 138 [[OS2 API:CPI:DosWrite|DosWrite]]
 139 [[OS2 API:CPI:DosErrClass|DosErrClass]]
 140 DOSSEMREQUEST
 141 DOSSEMCLEAR
 142 DOSSEMWAIT
 143 DOSSEMSET
 144 DOSEXECPGM
 146 DOSSUBSET
 147 DOSSUBALLOC
 148 DOSSUBFREE
 149 DOSREADASYNC
 150 DOSWRITEASYNC
 151 DOSSEARCHPATH
 152 DOSSCANENV
 153 DOSSETCP
 157 DOSCALLBACK
 161 DOSFSRAMSEMREQUEST
 162 DOSFSRAMSEMCLEAR
 163 DOSQAPPTYPE
 164 DOSSETPROCCP
 195 DOSLOGREGISTER
 196 DOSLOGREAD
 201 DOSCOPY
 574 DOSPMSEMWAIT
 575 DOSPMMUXSEMWAIT
 878 DOSSGQUERYTOPMOST
 998 DOSSETEXTLIBPATH
 999 DOSQUERYEXTLIBPATH

DLLs Loaded

Patents

DOSCALL1.DLL and DOSCALL.DLL are listed on the following patents:

  • IBM - Intercepting system API calls - US 6959441 B2 [1]
  • IBM - Cross file system caching and synchronization - US 6401093 B1 [2]
  • IBM - Creating and managing persistent connections - US 6341312 B1 [3]
  • IBM - Method and system for software asset management - EP 0667572 A1 [4]
  • IBM - Method and system for software asset usage detection and management - US 5673315 A [5]
  • IBM - Application management - US 6718546 B1 [6]

Alternatives

Alternatives files had not been produced.

  • OS2Linux [7] has some functions replacement for the ones included on this file.
  • OSFree has some functions replacements for this file.