Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

struc ExecState
 esReserved     dw ?            ; Reserved
 esFlags        dw ?            ; Type flags
 esProgName     dd ?            ; Points to ASCIIZ string of program name
 esPSP          dw ?            ; PSP segment of the new program
 esStartAddr    dd ?            ; Starting CS:IP of the new program
 esProgSize     dd ?            ; Byte size of program, including PSP
ends                            ; = 18d bytes

        ; esFlags (ORable)
        ES_COM     = 0000h
        ES_EXE     = 0001h
        ES_OVERLAY = 0002h

See Also: 4B05h

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