I want to use INetLibURLOpen to cache the web page to the history list.

>From what i understand of INetLibURLOpen , i need to
 - inetOpenURLFlagLookInCache for the flag
 - evtWaitForever for the timeout parameter

here is the sample code

example
#define SERVER_URL "http://www.palm.com/webbrowser/";
error = INetLibURLOpen(libRefNum, inetHan,
        (UInt8 *)SERVER_URL,(UInt8 *)SERVER_URL, &inetSockH,
evtWaitForever,inetOpenURLFlagKeepInCache);

i am able to initialize the inet library with no errors.

what am i missing?


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

Reply via email to