> > I'm using the NetService library provided by Palm developer technical > > Are you talking about > NetLibIFSettingSet (UInt16 libRefNum,UInt32 ifCreator, UInt16 > ifInstance,UInt16 setting, void *valueP, UInt16 valueLen) > > or there are other api i dont know about?
This is a different library. It used to be available for download at http://oasis.palm.com/dev/kb/samples/2370.cfm but now that page is 404. It's a library that lets you create and modify network services in the network preferences panel. The only functions provided are LoadService(), SaveService() and FreeNetworkPrefs(). It's not an officially supported API but rather a workaround API since there's no officially supported way to create and modify network services. There's a few posts about this library in the palm-dev-forum. You can find them if you do a search for "NetService". Bob Whiteman Senior Software Engineer Pico Communications -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
