Interrups | Categories | Contents |
AH = E3h subfn 98h DS:SI -> request buffer (see #02006) ES:DI -> reply buffer (see #02007)
Return:
AL = status (00h,C0h-C3h) (see #02002)
Note: This function is supported by Advanced NetWare 2.1+
See Also: AH=E3h/SF=96h - AH=E3h/SF=97h - AX=F217h/SF=98h
Format of NetWare "Submit Account Hold" request buffer: Offset Size Description (Table 02006) 00h WORD length of following data (max 37h) 02h BYTE 98h (subfunction "Submit Account Hold") 03h DWORD (big-endian) amount of account balance to reserve 07h WORD (big-endian) type of bindery object 09h BYTE length of object's name 0Ah N BYTEs object name
See Also: #02007
Format of NetWare reply buffer: Offset Size Description (Table 02007) 00h WORD 0000h (no data returned)
See Also: #02005 - #02006 - #02008 - #02009
Category: Netware - Int 21h - N
Interrups | Categories | Contents |