DosReallocSeg

DosReallocSeg

#define INCL_DOSMEMMGR

USHORT  rc = DosReallocSeg(Size, Selector);

USHORT           Size;          /* New size requested in bytes */
SEL              Selector;      /* Selector */

USHORT           rc;            /* return code */


[Back: DosReallocHuge]
[Next: DosResumeThread]