Int 21/AX=5F42h

Prev Next Ralf Interrups Categories Contents

------

LAN Manager Enhanced DOS - LOCAL NetServiceControl

AX = 5F42h
DH = opcode
00h interrogate status
01h pause
02h continue
03h uninstall
DL = argument
01h disk resource
02h print resource
04h communications resource (not implemented for DOS)
ES:BX -> NetServiceControl parameter structure (see #01712)

Return:
CF clear if successful CF set on error AX = error code

Format of LAN Manager NetServiceControl parameter structure: Offset Size Description (Table 01712) 00h DWORD -> service name 04h WORD result buffer size 06h DWORD -> result buffer as service_info_2 structure

Category: Network - Int 21h - L

------

Prev Next Ralf Interrups Categories Contents