[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 1A Fn 94  - PCmcia Socket Services - Write Multiple                    [X]

   AH = 94h
   AL = adapter number
   BL = socket number (01h to maximum supported by adapter)
   BH = attributes (see AH=91h)
   CX = number of bytes or words to read
   DX:DI = card address
   DS:SI -> buffer containing data
   BP = Card Technology type (0000h = RAM)

Return: CF clear if successful
       AH destroyed
   CF set on error
       AH = error code (01h,07h,0Bh,0Ch,12h,14h) (see AH=80h"PCMCIA")

Notes: this function is only available on I/O-mapped sockets
   Socket Services calls the Card Technology callback (see AH=82h"PCMCIA")
     for any card technology it does not directly support

See Also: AH=82h"PCMCIA",AH=92h,AH=93h,INT 21/AX=440Dh"IOCTL"

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