Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CreateProcess()

Status
Not open for further replies.

AAP

Programmer
May 8, 2000
93
GB
This is probably one for a C/C++ forum, but someone here may be able to help me.

I am trying to start a 16 bit windows program via the CreateProcess() function. It works ok, but the resulting PROCESS_INFORMATION structure only has the hProcess member populated. hThread, dwProcessld and dwThreadId all return zero. This does not happen with Windows 98. Any ideas anyone? [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top