>Hello everyone,
>
> Could any one tell me how to find the username(owner name) from a
>process handle or a process ID. ?
Could you explain what you mean by the 'owner name' ?
Are you after the name of the EXE ?
If you are after that then look at CreateToolhelp32Snapshot
in the downloadable API Guide from: www.AllAPI.net
It works on Win95+ and Win2k + but NT requires something else