◄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 ♦