en:docs:dos:api:int21:5d:07

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=5DH, AL=07H

Version

3.1 and higher

Brief

GET REDIRECTED PRINTER MODE

Family API

Input

      AX = 5D07h

Return

DL = mode

    00h redirected output is combined
    01h redirected output in separate print jobs

Macro

Notes

 MS-DOS and DR DOS 3.41/5.0 simply push AX on the stack and call
  INT 2F/AX=1125h

See also

AX=5D08h,AX=5D09h,INT 2F/AX=1125h

Note

2018/09/04 17:23 · prokushev · 0 Comments