Int 62 Fn 008D u - Fgdriver V4.02 - "fg_pcxrange" - Get Extent Of Pcx Im [V]

AX = 008Dh
ES:BX -> variable pointer record (see #3166)

Return: indicated variables updated; if the indicated header is not valid,
all of the coordinate variables are set to FFFFh

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

See Also: AX=008Ch

Format of FGDRIVER PCXRANGE variable pointer record:
Offset Size Description (Table 3166)
00h WORD segment of 128-byte PCX file header
02h WORD offset of 128-byte PCX file header
04h WORD segment of WORD buffer for X coordinate of image's left edge
04h WORD offset of WORD buffer for X coordinate of image's left edge
08h WORD segment of WORD buffer for X coordinate of image's right edge
0Ah WORD offset of WORD buffer for X coordinate of image's right edge
0Ch WORD segment of WORD buffer for Y coordinate of image's top edge
0Eh WORD offset of WORD buffer for Y coordinate of image's top edge
10h WORD segment of WORD buffer for X coordinate of image's bottom edge
12h WORD offset of WORD buffer for X coordinate of image's bottom edge

See Also: #3165