I have obtained a Process Identifier that I intend to use in a wait function. I understand that I must use OpenProcess to get a handle to the process. The first parameter of OpenProcess specifies the desired access to the handle... I think I need to specify [tt]SYNCHRONIZE[/tt] access, but the SDK documentation says that's for NT/2000 only.
Is it not possible to wait on process handles under 9x/ME?
And if so, how do I request the proper access rights?
Thanks for all the help you have to give, in advance.
Is it not possible to wait on process handles under 9x/ME?
And if so, how do I request the proper access rights?
Thanks for all the help you have to give, in advance.