Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!isis!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.windows.ms.programmer Subject: Re: Gawd I love this shit. Q about strings in windows Message-ID: <1991Mar6.150709.6914@isis.cs.du.edu> Date: 6 Mar 91 15:07:09 GMT References: <1991Mar3.194444.26873@javelin.es.com> Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Math/CS, University of Denver Lines: 5 Look up lstrcpy, etc. in the docs. It, like some of the other string routines, expects far pointers to strings (LPSTR). Terrell