PDA

Click to See Complete Forum and Search --> : command line parameters


Vlatko
Jan 8th, 2001, 09:58 AM
How do i know which command line parameters are passed to my Windows application. Not console argv[].

parksie
Jan 8th, 2001, 01:05 PM
They're passed in lpCmdLine. Be warned - you'll need to split this up yourself.

Vlatko
Jan 8th, 2001, 06:09 PM
No problem. I've split it. Thanks veru much!