<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://osfree.ru/doku/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://osfree.ru/doku/feed.php">
        <title>osFree wiki - en:docs:dos:api:int21:5e</title>
        <description></description>
        <link>http://osfree.ru/doku/</link>
        <image rdf:resource="http://osfree.ru/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-17T18:25:08+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:00&amp;rev=1714722526&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:01&amp;rev=1714722553&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:02&amp;rev=1714722585&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:03&amp;rev=1714722611&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:04&amp;rev=1714722650&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:05&amp;rev=1714722682&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://osfree.ru/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>osFree wiki</title>
        <link>http://osfree.ru/doku/</link>
        <url>http://osfree.ru/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:00&amp;rev=1714722526&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T07:48:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>00</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:00&amp;rev=1714722526&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5EH, AL=00H

Version

3.1 and higher

Brief

GET MACHINE NAME

Family API

Input
      	AX = 5E00h
DS:DX -&gt; 16-byte buffer for ASCII machine name
Return</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:01&amp;rev=1714722553&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T07:49:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>01</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:01&amp;rev=1714722553&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5EH, AL=01H

Version

3.1 and higher

Brief

SET MACHINE NAME

Family API

Input
AX = 5E01h
CH = 00h undefine name (make it invalid)
   &lt;&gt; 0	 define name
CL = name number
DS:DX -&gt; 15-character blank-padded ASCIZ name</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:02&amp;rev=1714722585&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T07:49:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>02</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:02&amp;rev=1714722585&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5EH, AL=02H

Version

3.1 and higher

Brief

SET NETWORK PRINTER SETUP STRING

Family API

Input
AX = 5E02h
BX = redirection list index (see AX=5F02h)
CX = length of setup string
DS:SI -&gt; setup string</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:03&amp;rev=1714722611&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T07:50:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>03</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:03&amp;rev=1714722611&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5EH, AL=03H

Version

3.1 and higher

Brief

GET NETWORK PRINTER SETUP STRING

Family API

Input
	AX = 5E03h
BX = redirection list index (see AX=5F02h)
ES:DI -&gt; 64-byte buffer for setup string</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:04&amp;rev=1714722650&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T07:50:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>04</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:04&amp;rev=1714722650&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5EH, AL=04H

Version

3.1 and higher

Brief

SET PRINTER MODE

Family API

Input
	AX = 5E04h
BX = redirection list index (see AX=5F02h)
DX = mode
    bit 0: set if binary, clear if text (tabs expanded to blanks)</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:05&amp;rev=1714722682&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-03T07:51:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>05</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5e:05&amp;rev=1714722682&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5EH, AL=05H

Version

3.1 and higher

Brief

GET PRINTER MODE

Family API

Input
	AX = 5E05h
BX = redirection list index (see AX=5F02h)
Return
  CF set on error
    AX = error code (see #01680 at AH=59h/BX=0000h)
CF clear if successful
    DX = printer mode (see AX=5E04h)</description>
    </item>
</rdf:RDF>
