Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- XMS Specification (version 3.0) - <b>get emb handle information (function 0eh)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Get EMB Handle Information (Function 0Eh)

        ARGS:   AH = 0Eh
                DX = Extended memory block handle
        RETS:   AX = 0001h if the block's information is found,
                     0000h otherwise
                BH = The block's lock count
                BL = Number of free EMB handles in the system
                DX = The block's length in K-bytes

        ERRS:   BL = 80h if the function is not implemented
                BL = 81h if a VDISK device is detected
                BL = A2h if the handle is invalid

This function returns additional information about an extended memory
block to the caller.

NOTE: To get the block's base address, use Function 0Ch (Lock Extended
Memory Block).

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson