Interrups | Categories | Contents |
AX = C506h DH = event number DL = new default action 00h disable event handling (ignore incoming events) 01h enable (call event handler chain) 02h store until enabled or disabled (default)
Return:
AX = return code (see #03037)
Note: The interrupt-enable state will be preserved, but interrupts may be enabled during processing of this function
See Also: AX=C500h - AX=C504h - AX=C505h - AX=C507h
Category: Network - Int 2Fh - P
Interrups | Categories | Contents |