how to use this api"InternetOpen"

Oct 25 2004 1:49 AM
Hi, Please can anybody provide me how i can call and use this api in c# : [DllImport("wininet.dll",EntryPoint = "InternetOpen")] public static extern int InternetOpen (string sAgent, int nAccessType, string sProxy, string sProxyBypass, int nFlags); Thanks,