how to use this api"InternetOpen"
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,