hi,
In my program, i am allowing user to change the palm network settings. I
retreive the settings with following APIs.
1. SysLibFind("Net.lib", &uNetRefNum);
2. NetLibIFGet(uNetRefNum, 0, &dIfCreator, &wIfInstance);
3. NetLibIFSettingGet(uNetRefNum, dIfCreator, wIfInstance,
netIFSettingUsername, cUserName,&iStrLen);
Then i reset these values with the user defined one with the following APIs
1. SysLibFind("Net.lib", &uNetRefNum);
2. NetLibIFGet(uNetRefNum, 0, &dIfCreator, &wIfInstance);
3. NetLibIFSettingSet(uNetRefNum, dIfCreator, wIfInstance,
netIFSettingUsername, cUserName,0);
Till i remain in my application, it shows the changed values but when i
open the Pref/Network, it displays the original value.
Why it so?
Can anyone help me in this regard,
TIA,
Madhu
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/