[Win32utils-devel] Fwd: CreateProcess function prototype
Daniel Berger
djberg96 at gmail.com
Thu Mar 27 07:47:17 EDT 2008
Hm, I think he's write about params 3 and 4. Do we have to resort to
the address for the ENV data structure? I can't remember now.
Regards,
Dan
---------- Forwarded message ----------
From: Steve Shreeve <steve.shreeve at gmail.com>
Date: Thu, Mar 27, 2008 at 4:03 AM
Subject: CreateProcess function prototype
To: Daniel Berger <djberg96 at gmail.com>
Dan,
Also, the function prototype for CreateProcess on line 65 of
windows\process.rb is incorrect. It should be:
API.new('CreateProcess', 'PPPPLLLPPP', 'B')
And, it might even be better to be:
API.new('CreateProcess', 'PPPPLLPPPP', 'B')
Thanks,
Steve
More information about the win32utils-devel
mailing list