Re: Restaring a process
- From: "Mike Gleason Jr Couturier" <mikejrMAPSON@xxxxxxxxxxxx>
- Date: Wed, 5 Oct 2005 10:25:22 -0400
"Jochen Kalmbach [MVP]" <nospam-Jochen.Kalmbach@xxxxxxxxx> wrote in message
news:%23Q812SbyFHA.736@xxxxxxxxxxxxxxxxxxxxxxx
> Hi Mike!
>
> > Anyone can point me a direction where I could
> > find how to restart a processs by its image name
> > (like in task manager) ?
>
> What do you mean by "restart"?
> => CreateProcess???
>
> What do you mean with "image name"?
> => GetModuleFileNameEx(hProcess, NULL, ...)
>
Thanks for your prompt reply !!
This is because we have an application that reads a config
file when it loads... we want to be able to make the app.
reconfigure itself by uploading a new config file and then
restart the running process of the app..
I'll look for your functions !
Mike
.
- Follow-Ups:
- Re: Restaring a process
- From: Igor Tandetnik
- Re: Restaring a process
- References:
- Restaring a process
- From: Mike Gleason Jr Couturier
- Re: Restaring a process
- From: Jochen Kalmbach [MVP]
- Restaring a process
- Prev by Date: passing a string to a C++ function
- Next by Date: Re: Restaring a process
- Previous by thread: Re: Restaring a process
- Next by thread: Re: Restaring a process
- Index(es):
Relevant Pages
|