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

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

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

Note:  this function is supported by Advanced NetWare 2.1+

See Also: AH=E3h/SF=96h,AH=E3h/SF=98h

Format of request buffer:
Offset Size    Description
 00h   WORD    length of following data (max 13Fh)
 02h   BYTE    97h (subfunction "Submit Account Charge")
 03h   WORD    (big-endian) service type
 05h   DWORD   (big-endian) amount to be charged to account
 09h   DWORD   (big-endian) amount of prior hold to be cancelled
 0Dh   WORD    (big-endian) type of bindery object
 0Fh   WORD    (big-endian) type of comment
       8000h-FFFFh reserved for experimental use
 11h   BYTE    length of object's name
 12h  N BYTEs  object name
   BYTE    length of comment
      N BYTEs  comment

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