My software is currently using an un published NetServiceAPI.h structure -
serviceListType. It appears to have changed in Garnet 4.5.7 (on a TREO650) Does
anyone know what the new struct looks like? Thanks in advance for any help...
- Katie
Old structure
// serviceListType is the parameter for the
sysSvcLaunchCmdGetServiceList action code
typedef struct
{
Err error;
UInt16 numServices; // number of services available
MemHandle IDListH; // MemHandle to an array of serviceIDs
MemHandle nameListH;
} serviceListType;
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/