Int 2F/AX=C505h

Prev Next Ralf Interrups Categories Contents

------

PC-DOS Econet v1.05 - SET DEFAULT EVENT ACTION

AX = C505h
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=C503h - AX=C506h - AX=C508h

Category: Network - Int 2Fh - P

------

Prev Next Ralf Interrups Categories Contents