Title: RE: INet.lib confusion

Try this..

char ucharOptValue[10];

result = NetLibSocketOptionSet(AppNetRefnum,

             socket,

             netSocketOptLevelSocket,

             netSocketOptSockNonBlocking,

             (void *)&ucharOptValue,

             sizeof(void *),

             -1,

              &error);



--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to