Jump to content

IBM SDK/TK Errata Sheet: Difference between revisions

From EDM2
Created page with "This is an unofficial document produced to list and document the erratas found in the IBM SDK and Toolkit documentation while re-posted on the EDM/2 wiki: ;Errata # Device Helper (DevHlp) Services and Function Codes: DevHlp_FileOpen is really DevHlp_OpenFile. # Programming Guide and Reference Addendum: APIs Supporting High Memory Objects: DosOpenMutexWaitSem is really DosOpenMuxWaitSem ;Undocumented # Progr..."
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is an unofficial document produced to list and document the erratas found in the IBM SDK and Toolkit documentation while re-posted on the EDM/2 wiki:
This is an unofficial document produced to list and document the erratas found in the IBM SDK and Toolkit documentation while re-posted on the EDM/2 wiki:


;Errata
;'''Programming Guide and Reference Addendum:'''
# Device Helper (DevHlp) Services and Function Codes: DevHlp_FileOpen is really [[DevHlp_OpenFile]].
:;Errata
# Programming Guide and Reference Addendum: [[ProgAddedum_-_APIs_Supporting_High_Memory_Objects|APIs Supporting High Memory Objects]]:  DosOpenMutexWaitSem is really [[DosOpenMuxWaitSem]]
::# [[ProgAddedum - Device Helper (DevHlp) Services and Function Codes|Device Helper (DevHlp) Services and Function Codes]]: DevHlp_FileOpen is really [[DevHlp_OpenFile]].
::# [[ProgAddedum_-_APIs_Supporting_High_Memory_Objects|APIs Supporting High Memory Objects]]:  DosOpenMutexWaitSem is really [[DosOpenMuxWaitSem]]


;Undocumented
:;Undocumented
# Programming Guide and Reference Addendum: [[ProgAddedum_-_APIs_Supporting_High_Memory_Objects|APIs Supporting High Memory Objects]]: [[DosQueryPageUsage]] is not documented on that documentation.  
::# [[ProgAddedum_-_APIs_Supporting_High_Memory_Objects|APIs Supporting High Memory Objects]]: [[DosQueryPageUsage]] is listed but not documented on the Programming Guide and Reference Addendum.  


;SMP Programming Addendum:
:;Errata
::# [[SMPProgAdd - High Memory Support]]. I'm not able to find a reference to '''DosQueryState''' that is listed there. Maybe it is "[[DosQueryMemState]]"  because it is after "DosQueryMem"
::# [[SMPProgAdd - Software Trace Facility (STRACE)]].  DosCallBack was changed to [[DosCallback]].


[[Category:Draft]]
[[Category:Draft]]

Latest revision as of 22:41, 19 May 2025

This is an unofficial document produced to list and document the erratas found in the IBM SDK and Toolkit documentation while re-posted on the EDM/2 wiki:

Programming Guide and Reference Addendum:
Errata
  1. Device Helper (DevHlp) Services and Function Codes: DevHlp_FileOpen is really DevHlp_OpenFile.
  2. APIs Supporting High Memory Objects: DosOpenMutexWaitSem is really DosOpenMuxWaitSem
Undocumented
  1. APIs Supporting High Memory Objects: DosQueryPageUsage is listed but not documented on the Programming Guide and Reference Addendum.


SMP Programming Addendum
Errata
  1. SMPProgAdd - High Memory Support. I'm not able to find a reference to DosQueryState that is listed there. Maybe it is "DosQueryMemState" because it is after "DosQueryMem"
  2. SMPProgAdd - Software Trace Facility (STRACE). DosCallBack was changed to DosCallback.