G
Guest
Guest
Archived from groups: microsoft.public.windowsce,microsoft.public.pocketpc,comp.os.ms-windows.networking.ras,comp.os.ms-windows.ce (More info?)
Hi all,
I am trying to write an app to automatically create Internet
connection settings for pocketpc 2002 using win32 api.
Assuming that there is a connection between a pocketpc and cell
phone (could be serial port, irda, bluetooth etc; as long as it
can support data communication). The application should be able
to create the connection settings without using the conn mgr
dialog.
1) Can I detect the phone model and carrier with some API or using
AT commands? (This is required for determining Number to dial and
baud rate.)
2) Can I store the password somehow? It seems RasSetEntryProperties()
does not store password..I looked at the registry entries created
by connection manager and it stores password in an encrypted form.
How do I achieve the same?
3) Also RasSetEntryProperties() does not seem to be working! I tried
to get the device config buffer for "Hayes Compatible Com 1" and
used the same deviceID I get using TAPI functions.
But the dev config buffer contains some other port info. Are the
deviceIDs specified in TAPI and RAS Libraries for the same port
different?
Thanks in advance,
Kapil
Hi all,
I am trying to write an app to automatically create Internet
connection settings for pocketpc 2002 using win32 api.
Assuming that there is a connection between a pocketpc and cell
phone (could be serial port, irda, bluetooth etc; as long as it
can support data communication). The application should be able
to create the connection settings without using the conn mgr
dialog.
1) Can I detect the phone model and carrier with some API or using
AT commands? (This is required for determining Number to dial and
baud rate.)
2) Can I store the password somehow? It seems RasSetEntryProperties()
does not store password..I looked at the registry entries created
by connection manager and it stores password in an encrypted form.
How do I achieve the same?
3) Also RasSetEntryProperties() does not seem to be working! I tried
to get the device config buffer for "Hayes Compatible Com 1" and
used the same deviceID I get using TAPI functions.
But the dev config buffer contains some other port info. Are the
deviceIDs specified in TAPI and RAS Libraries for the same port
different?
Thanks in advance,
Kapil