c# - How do I import this function from inet.dll into .NET? -


I have never done this before, and I have been stumped in such a way that how do i translate datatypes into c # Do it Here is:

  BOOL Internetetoption (__in HINTERNET hInternet, __in DWORD dwOption, __in LPVOID lpBuffer, __in DWORD dwBufferLength);  

All I am trying to set a proxy setting on a WebBrowser control How do I map these data to C #?

Take a look at the documentation and sample code. / P>


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -