Path: utzoo!censor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!cs.utexas.edu!samsung!sol.ctr.columbia.edu!cunixf.cc.columbia.edu!cs.columbia.edu!elhadad From: elhadad@cs.columbia.edu (Michael Elhadad) Newsgroups: comp.windows.ms.programmer Subject: GlobalDosAlloc Message-ID: Date: 23 Jan 91 17:14:18 GMT Sender: news@cs.columbia.edu (The Daily News) Distribution: comp Organization: Columbia University Department of Computer Science Lines: 13 I'm trying to understand when and why to use GlobalDosAlloc as opposed to GlobalAlloc. Assume I am running in enhanced mode. The only difference I have read in the doc is GloabalDosAlloc will allocate the memory under the 1M line. Why should that make a difference to an application? Under what circumstances should I look at it? What's the connection with EMS (if any)? Anybody has experience with that? Thanks, Michael