inetcfg.dll

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi, I need to call functions inside this dll, but cannot add it as an
reference. Can anybody provide me a sample using this dll? Thanks.
 
Hi, I need to call functions inside this dll, but cannot add it as an
reference. Can anybody provide me a sample using this dll? Thanks.

If this is a WIN32 dll y ou have to use P/invoke
If this dll is from Windows, take a look at www.pinvoke.net as they
have a bunch of declarations already there.
 
Back
Top