Interrups | Categories | Contents |
AH = E3h subfn 12h AL = 00h BX = CX = DX = 0000h DS:SI -> request buffer (see #01909) ES:DI -> reply buffer (see #01910)
Return:
AL = status 00h successful
Desc: Return the serial number and application number for the software installed on the file server
Notes: This function is supported by Advanced NetWare 2.1+. Reportedly, the workstation crashes if AL,BX,CX, and DX are not all zero
See Also: AH=E3h/SF=0Ch - AH=E3h/SF=11h - AX=F217h/SF=12h
Format of NetWare "Get Serial Number" request buffer: offset size description (Table 01909) 00h WORD 0001h (length of following data) 02h BYTE 12h (subfunction "Get Serial Number")
See Also: #01910 - #02167
Format of NetWare "Get Serial Number" reply buffer: offset size description (Table 01910) 00h WORD (call) 0006h (size of following results buffer) 02h 4 BYTEs (big-endian) NetWare server serial number 06h 2 BYTEs (big-endian) NetWare application serial number
See Also: #01909 - #02167
Category: Netware - Int 21h - N
Interrups | Categories | Contents |