[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - Accounting Services - Submit Account Hol  [N]

   AH = E3h subfn 98h
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status (00h,C0h-C3h) (see AH=E3h/SF=96h)

Note:  this function is supported by Advanced NetWare 2.1+

See Also: AH=E3h/SF=96h,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   (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

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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson