[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 1A Fn 6108  - Snap.exe 3.2+ - "snap_sendwithreply" - Send MSg And Get  [N]

   AX = 6108h
   STACK:  WORD    conversation ID (0000h-0009h)
       DWORD   pointer to message buffer
       WORD    length of message
       DWORD   pointer to reply buffer
       WORD    length of reply buffer
       WORD    0000h (use default "Cparams" structure)

Return: AX = status (see below)
   STACK unchanged
Program: SNAP.EXE is a TSR written by IBM and Carnegie Mellon University
     which implements the Simple Network Application Protocol

See Also: AX=6205h

Values for status:
 0000h successful
 F830h "SNAP_ABORTED"
 FC04h "SNAP_SERVERDIED"
 FC05h "SNAP_RESEND"
 FC06h "SNAP_SELECTFAILED"
 FC07h "SNAP_WRONGVERSION"
 FC08h "SNAP_INVALIDACK"
 FC09h "SNAP_TIMEOUT"
 FC0Ah "SNAP_SERVERREJECT"
 FC0Bh "SNAP_NOREPLYDUE"
 FC0Ch "SNAP_NOAUTHENTICATE"/"SNAP_GUARDIAN_ERROR"
 FC0Dh "SNAP_NOINIT"
 FC0Eh "SNAP_SOCKETERROR"
 FC0Fh "SNAP_BUFFERLIMIT"
 FC10h "SNAP_INVALIDCID"
 FC11h "SNAP_INVALIDOP"
 FC12h "SNAP_XMITFAIL"
 FC13h "SNAP_NOMORERETRIES"
 FC14h "SNAP_BADPARMS"
 FC15h "SNAP_NOMEMORY"
 FC16h "SNAP_NOMORECONVS"
 FFFFh failed (invalid function/parameter)

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