Int 62 Fn 003E u - Fgdriver V4.02 - "fg_getclip" - Get Clipping Region I [V]

AX = 003Eh
ES:BX -> GETCLIP variable pointer record (see #3153)

Return: variables specifed by GETCLIP structure updated

Note: the FGDRIVER functions are rearranged with each major release, but
their parameters do not change (see #3145 at AX=0000h)

See Also: AX=00CAh

Format of FGDRIVER GETCLIP variable pointer record:
Offset Size Description (Table 3153)
00h WORD segment of WORD buffer for minimum X coordinate (left edge)
02h WORD offset of WORD buffer for minimum X coordinate (left edge)
04h WORD segment of WORD buffer for maximum X coordinate (right edge)
06h WORD offset of WORD buffer for maximum X coordinate (right edge)
08h WORD segment of WORD buffer for minimum Y coordinate (top edge)
0Ah WORD offset of WORD buffer for minimum Y coordinate (top edge)
0Ch WORD segment of WORD buffer for maximum Y coordinate (bottom edge)
0Eh WORD offset of WORD buffer for maximum Y coordinate (bottom edge)