060xH (INT 2AH) Network Print Stream Control

060xH (INT 2AH) Network Print Stream Control

This API controls the truncation and concatenation of print streams for network printers. ┌───────────────┬──────────────────────────────────────────────────────────────┐
│ ON │ REGISTER │
│ ENTRY │ CONTENTS │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AH │ 06 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AL │ 01 ; Set print output into │
│ │ Concatenation mode │
│ │ 02 ; Set print output into │
│ │ Truncation mode │
│ │ 03 ; Truncate print stream │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ ON │ REGISTER │
│ RETURN │ CONTENTS │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AX │ DOS error code if carry set │
│ │ None if carry flag not set │
└───────────────┴──────────────────────────────────────────────────────────────┘