Hello

How can I find out whether repllog.exe is already running or not?

PB5.0, ARM.

TIA
--
Michael Reim
reim AT helmut-fischer DOT de

RE: How to check if repllog is running by BillT

BillT
Wed Jul 11 09:14:00 CDT 2007

You could use the toolhelp api's (CreateToolhelp32Snapshot()) to list the
running processes and check to see if repllog.exe is one of them.


"Michael Reim" wrote:

> Hello
>
> How can I find out whether repllog.exe is already running or not?
>
> PB5.0, ARM.
>
> TIA
> --
> Michael Reim
> reim AT helmut-fischer DOT de
>
>
>

Re: How to check if repllog is running by Michael

Michael
Thu Jul 12 08:43:40 CDT 2007

It works.

Thank you Bill.

"Bill T" <BillT@discussions.microsoft.com> schrieb im Newsbeitrag
news:1B52571A-A83D-4E27-91AC-32A5BA900790@microsoft.com...
> You could use the toolhelp api's (CreateToolhelp32Snapshot()) to list the
> running processes and check to see if repllog.exe is one of them.
>
>
> "Michael Reim" wrote:
>
>> Hello
>>
>> How can I find out whether repllog.exe is already running or not?
>>
>> PB5.0, ARM.
>>
>> TIA
>> --
>> Michael Reim
>> reim AT helmut-fischer DOT de
>>
>>
>>