![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Calling process-GetOwner in win32 APIby enigmae (Pilgrim) |
on Feb 26, 2002 at 16:32 UTC ( #147624=perlquestion: print w/replies, xml ) | Need Help?? |
enigmae has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I am trying to get the owners of processes running on an NT/2K box. I can get the list of processes just fine, however when i try to call the process->GetOwner() which returns an int (success of call) and takes two string references user and domain. I have tried sending references to scalar, and array perl variables however i don't think that the API likes that, cause i don't get anything back. here is my simple script:
any help would be appriciated. thanks lucas krause
Back to
Seekers of Perl Wisdom
|
|