en:docs:dos:api:int21:33:02

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:dos:api:int21:33:02 [2020/12/09 06:21] – created prokusheven:docs:dos:api:int21:33:02 [2024/05/02 05:32] (current) prokushev
Line 1: Line 1:
 {{page>en:templates:dosint}} {{page>en:templates:dosint}}
  
-====== Int 21H, AH=00H ======+====== Int 21H, AH=33H, AL=02H ======
  
 ===== Version ===== ===== Version =====
Line 10: Line 10:
  
 GET AND SET EXTENDED CONTROL-BREAK CHECKING STATE GET AND SET EXTENDED CONTROL-BREAK CHECKING STATE
 +
 ===== Family API ===== ===== Family API =====
  
Line 27: Line 28:
 ===== Notes ===== ===== Notes =====
  
-  this function does not use any of the DOS-internal stacks and may thus +this function does not use any of the DOS-internal stacks and may thus be called at any time; one possible use is modifying Control-Break checking from within an interrupt handler or TSR 
-          be called at any time; one possible use is modifying Control-Break + 
-          checking from within an interrupt handler or TSR +not supported by DR DOS through version 6.0 (error code 01h); newly-supported by Novell DOS 7
-        not supported by DR DOS through version 6.0 (error code 01h); +
-          newly-supported by Novell DOS 7+
  
 ===== See also ===== ===== See also =====
  
- AH=33h+AH=[[en:docs:dos:api:int21:33|33h]]
  
 ===== Note ===== ===== Note =====