msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MOVBLOCKHDR (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINHEAP
 
typedef struct _MOVBLOCKHDR {    /* mbhdr */
    NPBYTE near * ppmem;
    USHORT        cb;
} MOVBLOCKHDR;
 
The MOVBLOCKHDR structure is used at the head of an allocated memory block
from a movable heap.
 
Field  Description
────────────────────────────────────────────────────────────────────────────
 
ppmem  Specifies the address of the pointer in global memory to be changed
       when the heap moves.
 
cb     Specifies the size of the memory block.
 
See Also
 
WinAllocMem, WinCreateHeap, SETMEMBACKPTR