The information in this article applies to:
SUMMARYThe following information clarifies heap and stack usage within a segment versus heap and stack usage within the application as a whole, for Windows versions 3.0 and 3.1. MORE INFORMATION
An application gets a single default data segment, from which the
stack is allocated. The remainder of the data segment is used for
static data and the dynamic local heap.
handle and limit and globalalloc and registerChapter 18 (pages 707-724) of "Windows 3.0 Power Programming Techniques," by Paul Yao and Peter Norton (Bantam Computer Books), contains more details about this technique. Additional query words: 3.00 3.10
Keywords : kb16bitonly |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |