How can I programmatically drop a Windows Mobile GPRS Connection?
Posted
by Rodriguez
on Stack Overflow
See other posts from Stack Overflow
or by Rodriguez
Published on 2010-06-04T11:08:33Z
Indexed on
2010/06/07
9:12 UTC
Read the original article
Hit count: 222
Hello, is there a way to explicitly close a GPRS connection? I'm setting up a connection with ConnectionManager and I've set the cache time to 10 seconds. Anyway after releasing it, the connection is still on, forever, alas I cannot use the registry key "gprs_by_if_device_off". I'm not using C# but plain C++. My idea is to simulate the activity of the windows button "disconnect data connection", but I really cannot understand what it does under the curtain. Thanx.
© Stack Overflow or respective owner