Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!turnkey!orchard.la.locus.com!prodnet.la.locus.com!jta From: jta@locus.com (JT Anderson) Newsgroups: comp.windows.ms.programmer Subject: Re: Restarting windows Message-ID: <25750@oolong.la.locus.com> Date: 26 Jun 91 17:02:11 GMT References: <677708414@f521.n281.z2.fidonet.org> Organization: Locus Computing Corp, Los Angeles Lines: 18 (Pardon me if this is a repeat. I tried to send it once before, but don't think it got out. This may be FAQ material.) In article <677708414@f521.n281.z2.fidonet.org> jeroen_pluimers@f521.n281.z2.hippo.dfv.rwth-aachen.de (Jeroen Pluimers) writes: > >The Windows Set-Up programs can restart Windows after modifications have been >done. I'd like to incorporate this function into my program, but I can't find >any reference in the SDK or the TPW manuals. Try: ExitWindows(0L, 42); I haven't tried this. I have it on good authority that this is how setup does it. This is not documented. Who knows if it will work in Windows 3.1. > >Any hints are welcome.