The LazyBoy Library Manual - GetWindMin

Part of the CRT group.

%imacro GetWindMin 1
Prefers: 16-bit register

Return the current windows upper-left display coordinates bounds. The coordinates are 0 based.

Examples:

    GetWindMin  dx          ; return DL minimum Column, DH minimum Row
    GetWindMin  [di]        ; store Window minimum at [DS:DI]

See also: GetWindMax, Window and GetLimitXY.