View Single Post
Old 07-05-2006, 12:25 PM   #11 (permalink)
botserver
 
Join Date: Oct 2002
Posts: 123
Send a message via ICQ to botserver Send a message via MSN to botserver Send a message via Yahoo to botserver
Default

I did compile in vc6.0 using vc7 include file and work fine.
But JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE flag is not soported in win2k

From msdn
Quote:
JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE
0x00002000 Causes all processes associated with the job to terminate when the
last handle to the job is closed.
This limit requires use of a JOBOBJECT_EXTENDED_LIMIT_INFORMATION structure.
Its BasicLimitInformation member is a JOBOBJECT_BASIC_LIMIT_INFORMATION
structure.

Windows 2000: This flag is not supported.
I test it in winxp , win98 and win2k and not work in win2k

Thanx anyway noobie.
botserver is offline   Reply With Quote