Category : C++ Source Code
Archive   : VMVCPP.ZIP
Filename : EMS4D.ASM

 
Output of file : EMS4D.ASM contained in archive : VMVCPP.ZIP
.model large,pascal

include ems.inc

.code EMS_TEXT

;ERR PUBLIC __ErrEmsGetAllHandlePages(handle_page (*pHandlePage)[], PUSHORT pcOpenHandles);

public __ErrEmsGetAllHandlePages
__ErrEmsGetAllHandlePages proc uses di,\
pHandlePage:ptr, \
pcOpenHandles:ptr word

les di,[pHandlePage]
EmsCall 4Dh
jnz Exit ;Brif error

;BX = total open emm handles

mov cx,bx
les bx,[pcOpenHandles]
mov es:[bx],cx

Exit:
ret

__ErrEmsGetAllHandlePages endp

end


  3 Responses to “Category : C++ Source Code
Archive   : VMVCPP.ZIP
Filename : EMS4D.ASM

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/