Re: command_line() help
- Posted by euman at bellsouth.net Jul 16, 2001
- 427 views
OK, LPT stands for the Device or console and the STR is the sting representation for the device or console. I just didnt think about it real hard. Euman euman at bellsouth.net > I was under the assumption that lpzstr > was a 0-terminated string. > > would someone explain what the "lpt" is? > > and why is there a difference in the name? > > Euman > euman at bellsouth.net > > > There's a C routine in the WIN32 API: > > > > LPTSTR GetCommandLine(VOID) > > > > It returns a pointer to a 0-terminated command-line string. > > > > Regards, > > Rob Craig > > Rapid Deployment Software > > http://www.RapidEuphoria.com > > > > > > >