0000H (INT 2AH) Installation Check

0000H (INT 2AH) Installation Check

This API checks to see if the interrupt 2AH interface has been installed. A program can verify whether the interrupt 2AH interface is loaded by calling interrupt 2AH Installation Check. ┌───────────────┬──────────────────────────────────────────────────────────────┐
│ ON │ REGISTER │
│ ENTRY │ CONTENTS │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AH │ 0 │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ ON │ REGISTER │
│ RETURN │ CONTENTS │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AH │ Installed Flag │
│ │ │
│ │ "Zero ; Not installed" │
│ │ "Non-Zero ; Installed" │
│ │ │
└───────────────┴──────────────────────────────────────────────────────────────┘


[Back: Function Call Overview]
[Next: 060xH (INT 2AH) Network Print Stream Control]