[Toc][Index]

DosSubAlloc



#define INCL_DOSMEMMGR

USHORT  rc = DosSubAlloc(SegSelector, BlockOffset, Size);

SEL              SegSelector;   /* Segment selector */
PUSHORT          BlockOffset;   /* Block Offset (returned) */
USHORT           Size;          /* Size of requested block */

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