Hi Alan,
I don't know why the function is not returning the expected STILL_ACTIVE message. I have never used this mdule before either and I am not familiar with the Win32 modules in general. So I have to do what you are doing, read the documents and try some code. Try adding this line to your code also:
use Win32;
I see it's used in the example code for Win32::Process so maybe it has to be included as well.
I don't know why the function is not returning the expected STILL_ACTIVE message. I have never used this mdule before either and I am not familiar with the Win32 modules in general. So I have to do what you are doing, read the documents and try some code. Try adding this line to your code also:
use Win32;
I see it's used in the example code for Win32::Process so maybe it has to be included as well.
Comment