en:docs:win16:api:kernel:dos3call

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:win16:api:kernel:dos3call [2025/11/22 02:41] prokusheven:docs:win16:api:kernel:dos3call [2025/11/22 02:43] (current) – [Notes] prokushev
Line 21: Line 21:
 ===== Notes ===== ===== Notes =====
  
-This function invoke DOS API dispatcher. It has not any parameters or return codes defined. Parameters and return codes same as in corresponding DOS API.+This function invoke DOS API dispatcher. It has not any parameters or return codes defined. Parameters and return codes same as in corresponding DOS API. This call actually does int 21h to call dispatcher. NoHookDosCall can be used to call dispatcher directrly, not via int 21h
  
 ===== Example Code ===== ===== Example Code =====