en:docs:dos:api:int21

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:dos:api:int21 [2024/05/03 03:57] prokusheven:docs:dos:api:int21 [2024/06/05 13:59] (current) prokushev
Line 3: Line 3:
 ====== INT 21H ====== ====== INT 21H ======
  
-^ AH ^ Description ^ Version ^+^ AH ^ Description ^ Version ^ Implemented in DOSKRNL ^
 | [[en:docs:dos:api:int21:00|00H]] | Program terminate | 1.0+ | | [[en:docs:dos:api:int21:00|00H]] | Program terminate | 1.0+ |
-| [[en:docs:dos:api:int21:01|01H]] | Character input | 1.0+ | +| [[en:docs:dos:api:int21:01|01H]] | Character input | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:02|02H]] | Character output | 1.0+ | +| [[en:docs:dos:api:int21:02|02H]] | Character output | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:03|03H]] | Auxiliary input | 1.0+ | +| [[en:docs:dos:api:int21:03|03H]] | Auxiliary input | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:04|04H]] | Auxiliary output | 1.0+ | +| [[en:docs:dos:api:int21:04|04H]] | Auxiliary output | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:05|05H]] | Printer output | 1.0+ | +| [[en:docs:dos:api:int21:05|05H]] | Printer output | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:06|06H]] | Direct console I/O | 1.0+ | +| [[en:docs:dos:api:int21:06|06H]] | Direct console I/O | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:07|07H]] | Direct console input without echo | 1.0+ | +| [[en:docs:dos:api:int21:07|07H]] | Direct console input without echo | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:08|08H]] | Console input without echo | 1.0+ | +| [[en:docs:dos:api:int21:08|08H]] | Console input without echo | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:09|09H]] | Display string | 1.0+ | +| [[en:docs:dos:api:int21:09|09H]] | Display string | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:0a|0AH]] | Buffered keyboard input | 1.0+ | +| [[en:docs:dos:api:int21:0a|0AH]] | Buffered keyboard input | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:0b|0BH]] | Get input status | 1.0+ | +| [[en:docs:dos:api:int21:0b|0BH]] | Get input status | 1.0+ | Yes 
-| [[en:docs:dos:api:int21:0c|0CH]] | Flush input buffer and input | 1.0+ |+| [[en:docs:dos:api:int21:0c|0CH]] | Flush input buffer and input | 1.0+ | Yes |
 | [[en:docs:dos:api:int21:0d|0DH]] | Disk reset | 1.0+ | | [[en:docs:dos:api:int21:0d|0DH]] | Disk reset | 1.0+ |
 | [[en:docs:dos:api:int21:0e|0EH]] | Set default drive | 1.0+ | | [[en:docs:dos:api:int21:0e|0EH]] | Set default drive | 1.0+ |
Line 51: Line 51:
 | [[en:docs:dos:api:int21:31|31H]] | Terminate and stay resident | 2.0+ | | [[en:docs:dos:api:int21:31|31H]] | Terminate and stay resident | 2.0+ |
 | [[en:docs:dos:api:int21:32|32H]] | Get disk parameter block for specified drive | 2.0+ | | [[en:docs:dos:api:int21:32|32H]] | Get disk parameter block for specified drive | 2.0+ |
-| [[en:docs:dos:api:int21:33|33H]] | Extended functions | 2.0+ | +| [[en:docs:dos:api:int21:33|33H]] | Extended functions | 2.0+ | Yes 
-| [[en:docs:dos:api:int21:33:00|3300H]] | Get current extended break state                  | 2.0+    | +| [[en:docs:dos:api:int21:33:00|3300H]] | Get current extended break state                  | 2.0+    | Yes 
-| [[en:docs:dos:api:int21:33:01|3301H]] | Set state of extended Ctrl+C/Ctrl+Break checking  | 2.0+    | +| [[en:docs:dos:api:int21:33:01|3301H]] | Set state of extended Ctrl+C/Ctrl+Break checking  | 2.0+    | Yes 
-| [[en:docs:dos:api:int21:33:02|3302H]] | Get and set extended Control-Break checking state | 3.0+    | +| [[en:docs:dos:api:int21:33:02|3302H]] | Get and set extended Control-Break checking state | 3.0+    | Yes 
-| [[en:docs:dos:api:int21:33:03|3303H]] | Get current CPSW state                            | 3.4/4.0 | +| [[en:docs:dos:api:int21:33:03|3303H]] | Get current CPSW state                            | 3.4/4.0 | No 
-| [[en:docs:dos:api:int21:33:04|3304H]] | Set CPSW state                                    | 3.4/4.0 | +| [[en:docs:dos:api:int21:33:04|3304H]] | Set CPSW state                                    | 3.4/4.0 | No 
-| [[en:docs:dos:api:int21:33:05|3305H]] | Get boot drive                                    | 4.0+    | +| [[en:docs:dos:api:int21:33:05|3305H]] | Get boot drive                                    | 4.0+    | Yes 
-| [[en:docs:dos:api:int21:33:06|3306H]] | Get true version number                           | 5.0+    |+| [[en:docs:dos:api:int21:33:06|3306H]] | Get true version number                           | 5.0+    | Yes |
 | [[en:docs:dos:api:int21:34|34H]] | Get InDOS flag pointer | 2.0+ | | [[en:docs:dos:api:int21:34|34H]] | Get InDOS flag pointer | 2.0+ |
 | [[en:docs:dos:api:int21:35|35H]] | Get interrupt vector | 2.0+ | | [[en:docs:dos:api:int21:35|35H]] | Get interrupt vector | 2.0+ |
Line 113: Line 113:
 | [[en:docs:dos:api:int21:4e|4EH]] | Find first file | 2.0+ | | [[en:docs:dos:api:int21:4e|4EH]] | Find first file | 2.0+ |
 | [[en:docs:dos:api:int21:4f|4FH]] | Find next file | 2.0+ | | [[en:docs:dos:api:int21:4f|4FH]] | Find next file | 2.0+ |
-| [[en:docs:dos:api:int21:50|50H]] | Set current PSP | 2.0+ | +| [[en:docs:dos:api:int21:50|50H]] | Set current PSP | 2.0+ | Yes 
-| [[en:docs:dos:api:int21:51|51H]] | Get current PSP | 2.0+ |+| [[en:docs:dos:api:int21:51|51H]] | Get current PSP | 2.0+ | Yes |
 | [[en:docs:dos:api:int21:52|52H]] | Get DOS internal pointers (SYSVARS) | 2.0+ | | [[en:docs:dos:api:int21:52|52H]] | Get DOS internal pointers (SYSVARS) | 2.0+ |
 | [[en:docs:dos:api:int21:53|53H]] | Create disk parameter block | 2.0+ | | [[en:docs:dos:api:int21:53|53H]] | Create disk parameter block | 2.0+ |
Line 132: Line 132:
 | [[en:docs:dos:api:int21:5b|5BH]] | Create new file | 3.0+ | | [[en:docs:dos:api:int21:5b|5BH]] | Create new file | 3.0+ |
 | [[en:docs:dos:api:int21:5c|5CH]] | Lock or unlock file | 3.0+ | | [[en:docs:dos:api:int21:5c|5CH]] | Lock or unlock file | 3.0+ |
 +| [[en:docs:dos:api:int21:5c:00|5C00H]] | Lock region of file                               | 3.0+    |
 +| [[en:docs:dos:api:int21:5c:01|5C01H]] | Unlock region of file                             | 3.0+    |
 | [[en:docs:dos:api:int21:5d|5DH]] | File sharing functions | 3.0+ | | [[en:docs:dos:api:int21:5d|5DH]] | File sharing functions | 3.0+ |
 +| [[en:docs:dos:api:int21:5d:07|5D07H]] | Get redirected printer mode                       | 3.1+    |
 +| [[en:docs:dos:api:int21:5d:08|5D08H]] | Set redirected printer mode                       | 3.1+    |
 +| [[en:docs:dos:api:int21:5d:09|5D09H]] | Flush redirecter printer output                   | 3.1+    |
 +| [[en:docs:dos:api:int21:5d:0A|5D0AH]] | Set extended error information                    | 3.1+    |
 | [[en:docs:dos:api:int21:5e|5EH]] | Network functions | 3.0+ | | [[en:docs:dos:api:int21:5e|5EH]] | Network functions | 3.0+ |
 +| [[en:docs:dos:api:int21:5e:00|5E00H]] | Get machine name                                  | 3.1+    |
 +| [[en:docs:dos:api:int21:5e:01|5E01H]] | Set machine name                                  | 3.1+    |
 +| [[en:docs:dos:api:int21:5e:02|5E02H]] | Set network printer setup string                  | 3.1+    |
 +| [[en:docs:dos:api:int21:5e:03|5E03H]] | Get network printer setup string                  | 3.1+    |
 +| [[en:docs:dos:api:int21:5e:04|5E04H]] | Set printer mode                                  | 3.1+    |
 +| [[en:docs:dos:api:int21:5e:05|5E05H]] | Get printer mode                                  | 3.1+    |
 | [[en:docs:dos:api:int21:5f|5FH]] | Network redirection functions | 3.0+ | | [[en:docs:dos:api:int21:5f|5FH]] | Network redirection functions | 3.0+ |
 +| [[en:docs:dos:api:int21:5f:00|5F00H]] | Get redirection mode                              | 3.1+    |
 +| [[en:docs:dos:api:int21:5f:01|5F01H]] | Set redirection mode                              | 3.1+    |
 +| [[en:docs:dos:api:int21:5f:02|5F02H]] | Get redirection list entry                        | 3.1+    |
 +| [[en:docs:dos:api:int21:5f:03|5F03H]] | Redirect device                                   | 3.1+    |
 +| [[en:docs:dos:api:int21:5f:04|5F04H]] | Cancel redirection                                | 3.1+    |
 +| [[en:docs:dos:api:int21:5f:05|5F05H]] | Get extended redirection list entry               | 4+    |
 +| [[en:docs:dos:api:int21:5f:07|5F07H]] | Enable drive                                      | 5+    |
 +| [[en:docs:dos:api:int21:5f:08|5F08H]] | Disable drive                                     | 5+    |
 | [[en:docs:dos:api:int21:60|60H]] | Qualify filename | 3.0+ | | [[en:docs:dos:api:int21:60|60H]] | Qualify filename | 3.0+ |
 | [[en:docs:dos:api:int21:61|61H]] | OS/2 File System Join/Subst | OS/2 1.0+ | | [[en:docs:dos:api:int21:61|61H]] | OS/2 File System Join/Subst | OS/2 1.0+ |
-| [[en:docs:dos:api:int21:62|62H]] | Get current PSP | 3.0+ |+| [[en:docs:dos:api:int21:62|62H]] | Get current PSP | 3.0+ | Yes |
 | [[en:docs:dos:api:int21:63|63H]] | Get DBCS lead byte table pointer | 3.0+ | | [[en:docs:dos:api:int21:63|63H]] | Get DBCS lead byte table pointer | 3.0+ |
 | [[en:docs:dos:api:int21:64|64H]] | Set wait for external event flag / OS/2 VDM API | 3.2+ / OS/2 2.0+ | | [[en:docs:dos:api:int21:64|64H]] | Set wait for external event flag / OS/2 VDM API | 3.2+ / OS/2 2.0+ |
 | [[en:docs:dos:api:int21:65|65H]] | Get extended country info | 3.3+ | | [[en:docs:dos:api:int21:65|65H]] | Get extended country info | 3.3+ |
 +| [[en:docs:dos:api:int21:65:00|6500H]] | Set general internationalization info             | 7.1+    |
 +| [[en:docs:dos:api:int21:65:01|6501H]] | Get general internationalization info             | 3.3+    |
 +| [[en:docs:dos:api:int21:65:02|6502H]] | Get pointer to uppercase table                    | 3.3+    |
 +| [[en:docs:dos:api:int21:65:03|6503H]] | Get pointer to lowercase table                    | 6.2+    |
 +| [[en:docs:dos:api:int21:65:04|6504H]] | Get pointer to filename uppercase table           | 3.3+    |
 +| [[en:docs:dos:api:int21:65:05|6505H]] | Get pointer to filename terminator table          | 3.3+    |
 +| [[en:docs:dos:api:int21:65:06|6506H]] | Get pointer to collating sequence table           | 3.3+    |
 +| [[en:docs:dos:api:int21:65:07|6507H]] | Get pointer to Double-Byte Character Set table    | 4+      |
 +| [[en:docs:dos:api:int21:65:20|6520H]] | Capitalize character                              | 4+      |
 +| [[en:docs:dos:api:int21:65:21|6521H]] | Capitalize string                                 | 4+      |
 +| [[en:docs:dos:api:int21:65:22|6522H]] | Capitalize ASCIZ string                           | 4+      |
 +| [[en:docs:dos:api:int21:65:23|6523H]] | Determine if character represents Yes/No response | 4+      |
 +| [[en:docs:dos:api:int21:65:a0|65A0H]] | Capitalize filename character                     | 4+      |
 +| [[en:docs:dos:api:int21:65:a1|65A1H]] | Capitalize counted filename string                | 4+      |
 +| [[en:docs:dos:api:int21:65:a2|65A2H]] | Capitalize ASCIZ filename                         | 4+      |
 | [[en:docs:dos:api:int21:66|66H]] | Get or set code page | 3.3+ | | [[en:docs:dos:api:int21:66|66H]] | Get or set code page | 3.3+ |
 +| [[en:docs:dos:api:int21:66:01|6601H]] | Get global code page table                        | 3.3+    |
 +| [[en:docs:dos:api:int21:66:02|6602H]] | Set global code page table                        | 3.3+    |
 | [[en:docs:dos:api:int21:67|67H]] | Set handle count | 3.3+ | | [[en:docs:dos:api:int21:67|67H]] | Set handle count | 3.3+ |
 | [[en:docs:dos:api:int21:68|68H]] | Commit file | 3.3+ | | [[en:docs:dos:api:int21:68|68H]] | Commit file | 3.3+ |
 | [[en:docs:dos:api:int21:69|69H]] | Get or set media id | 4.0+ | | [[en:docs:dos:api:int21:69|69H]] | Get or set media id | 4.0+ |
 +| [[en:docs:dos:api:int21:69:00|6900H]] | Get serial number                                 | 4.0+    |
 +| [[en:docs:dos:api:int21:69:01|6901H]] | Set serial number                                 | 4.0+    |
 | [[en:docs:dos:api:int21:6a|6AH]] | Commit file | 4.0+ | | [[en:docs:dos:api:int21:6a|6AH]] | Commit file | 4.0+ |
 | [[en:docs:dos:api:int21:6c|6CH]] | Extended open/create file | 4.0+ / OS/2 1.0+| | [[en:docs:dos:api:int21:6c|6CH]] | Extended open/create file | 4.0+ / OS/2 1.0+|
-| [[en:docs:dos:api:int21:6d|6DH]] | Extended MAke directory | OS/2 1.0+ |+| [[en:docs:dos:api:int21:6d|6DH]] | Extended Make directory | OS/2 1.0+ |
 | [[en:docs:dos:api:int21:6e|6EH]] | DosEnumAttrib | OS/2 1.0+ | | [[en:docs:dos:api:int21:6e|6EH]] | DosEnumAttrib | OS/2 1.0+ |
 | [[en:docs:dos:api:int21:6f|6FH]] | DosQMaxEASize | OS/2 1.0+ | | [[en:docs:dos:api:int21:6f|6FH]] | DosQMaxEASize | OS/2 1.0+ |
 +| [[en:docs:dos:api:int21:71|71H]] | Long filename functions | 7.0+ (Win95) |
 +| [[en:docs:dos:api:int21:73|73H]] | FAT32 functions | 7.0+ (Win95) |
  
 {{page>en:templates:int}} {{page>en:templates:int}}