Hi,

I tried to monitor phone call disconnects with lineOpen and lineGetMessage.
This works well.
However I also get messages when Internet Explorer / GPRS disconnects.

How can I get info about only phone call disconnects?

Re: Monitor phone call disconnect by Yaroslav

Yaroslav
Tue Aug 22 03:54:37 CDT 2006

Try the following approach:

1. Note which flags are changed in the StatStor when the call is in
progress:
[HKEY_LOCAL_MACHINE\System\State\Phone]

2. After you found out which flag is responsible for this you can listen for
changes in this flag.

--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com


"Peodor" <Peodor@discussions.microsoft.com> wrote in message
news:43421FFB-5CE9-450C-B69A-6C56F2712CD7@microsoft.com...
> Hi,
>
> I tried to monitor phone call disconnects with lineOpen and
> lineGetMessage.
> This works well.
> However I also get messages when Internet Explorer / GPRS disconnects.
>
> How can I get info about only phone call disconnects?
>
>