[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - ACCOUNTING SERVICES - SUBMIT ACCOUNT HOLD
        AH = E3h subfn 98h
        DS:SI -> request buffer (see below)
        ES:DI -> reply buffer (see below)
Return: AL = status
            00h successful
            C0h no account privileges
            C1h no account balance
            C2h credit limit exceeded
            C3h too many holds on account
Note:   this function is supported by Advanced NetWare 2.1+
SeeAlso: AH=E3h/SF=97h

Format of request buffer:
Offset  Size    Description
 00h    WORD    length of following data (max 37h)
 02h    BYTE    98h (subfunction "Submit Account Hold")
 03h    DWORD   amount of account balance to reserve (big-endian)
 07h    WORD    type of bindery object
 09h    BYTE    length of object's name
 0Ah  N BYTEs   object name

Format of reply buffer:
Offset  Size    Description
 00h    WORD    0000h (no data returned)

See Also: 21E3
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson