Error with CreateProcess API
- From: liawsw <liawsw@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Jul 2005 23:51:01 -0700
Hi
I am running a code to start a new process with the CreateProcess API
PROCESS_INFORMATION procinfo;
CreateProcess(_T("repllog.exe"),NULL, NULL, NULL, FALSE, 0, NULL, NULL,
NULL, &procinfo);
However the OS keeps reporting error with error code 87 decimal or 57 Hex.
I have serached the documentation for error code 87 decimal is
"The parameter is incorrect. ERROR_INVALID_PARAMETER "
I tried with other exe file, but produces the same error.
Could anyone help.
Thanks
Rgds
LiawSW
.
- Follow-Ups:
- Re: Error with CreateProcess API
- From: Zhongwei Wang
- Re: Error with CreateProcess API
- From: Bruce Eitman \(eMVP\)
- Re: Error with CreateProcess API
- Prev by Date: Re: bootme with 5.0
- Next by Date: extract file from nk.bin / nb0
- Previous by thread: right click menu ( no context menu for stylus ) problem? help !
- Next by thread: Re: Error with CreateProcess API
- Index(es):