Has anyone managed to get this function to work? I'm trying to get a list of
process of a remote machine and it keeps failing. I'm wondering if it has to
do with permission issues (the user must have already logged onto the remote
machine?). Is the transport qualifier (2nd parameter) basically the remote
machine name or IP address? If it is indeed a security issue, how do I find
out whether the user has permission and then prompt for username/password if
necessary before calling GetProcesses()?
kehlar - 27 Jun 2006 02:30 GMT
My bad, I forgot to start the remote debug monitor in the remote machine.
> Has anyone managed to get this function to work? I'm trying to get a list of
> process of a remote machine and it keeps failing. I'm wondering if it has to
[quoted text clipped - 3 lines]
> out whether the user has permission and then prompt for username/password if
> necessary before calling GetProcesses()?