[Toc][Index]

DosReallocHuge



#define INCL_DOSMEMMGR

USHORT  rc = DosReallocHuge(NumSeg, Size, Selector);

USHORT           NumSeg;        /* Number of 65536-byte segments
                                    requested */
USHORT           Size;          /* Number of bytes in last segment */
SEL              Selector;      /* Selector */

USHORT           rc;            /* return code */


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs