RasGetConnectStatus

  • Thread starter Thread starter Rushi
  • Start date Start date
R

Rushi

Hi all,
I am trying to run RasgetConnectStatus function in c# but it gives me
MethodNotFoundException each time. I tried every single way I can but
it dosent seems to be working at all. Any reply will be highly
appriciated.
Thanks in advance
Rushi
 
hi,
i am not that much confident in remote connect and all. But still you
can check whether this much information is there or not.

Header: Declared in Ras.h.
Library: Use Rasapi32.lib.
 
I am trying to run RasgetConnectStatus function in c# but it gives me
MethodNotFoundException each time.

Win32 function exports are case sensitive, and the 'g' in RasGet
should be upper case.



Mattias
 
Hi,
Thanks for your quick reply. I use RasGetConnectStatus but it still
giving me that error. Is that any DLL settings I need to change?
Cheers
Rushi
 
Back
Top