Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!dali.cs.montana.edu!milton!sumax!quick!cctb!curt From: curt@cctb.wa.com (Curt Johnson) Newsgroups: comp.windows.ms Subject: Re: PROGRAMMING QUESTION: API call to get current mode? Message-ID: Date: 7 Mar 91 21:53:14 GMT References: <1991Mar07.043206.13109@lynx.CS.ORST.EDU> Organization: Chemical Computer Thinking Battery, Redmond, WA Lines: 18 Ignore this if it is a duplicate, the first time I tried didn't seem to work. In article <1991Mar07.043206.13109@lynx.CS.ORST.EDU> henshaj@prism.CS.ORST.EDU (Jeff D. Henshaw) writes: | What is the API call to get the current mode of operation | (real, standard, 386 enh)? It appears when one pulls | down the HELP menu from program manager, and select | . I've Read TFMs, but I must be | overlooking something. TFM == MS Windows SDK Reference Volume 1 Chapter 4 Page 232. GetWinFlags(); returns a DWORD of flags, including: WF_ENHANCED WF_STANDARD WF_PMODE Curt Johnson == curt@cctb.wa.com