[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MK_FP()                  Make a Far Pointer

 #include   <dos.h>

 void       far *MK_FP(seg,off);
 unsigned   seg;                         Segment
 unsigned   off;                         Offset

    MK_FP() is a macro that makes a far pointer from its component
    segment 'seg' and offset 'off' parts.

    Returns:    A far pointer.

See Also: FP_SEG() FP_OFF() movedata() segread()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson