Interrupt 2Fh Function 1602h

mov  ax, 1602h            ; Get Windows Entry Point
int  2Fh                  ; multiplex interrupt

mov  word ptr [WinAddr], di
mov  word ptr [WinAddr+2], es ; es:di contains entry-point address
 

Get Windows Entry Point (Interrupt 2Fh Function 1602h) returns the address of the Windows entry-point procedure. Applications can call this procedure to direct Windows/386 version 2.x to carry out specific actions.

This function is obsolete. Do not use.

This function has no parameters.

The return value contains the Windows entry-point address in the ES:DI registers.

See Also

Interrupt 2Fh Function 1683h Get Current Virtual Machine ID