Re: VB.NET: Implementing RasGetErrorString
- From: "bhc" <bchorney@xxxxxxxxx>
- Date: 19 May 2006 08:29:04 -0700
nevermind, i got it (sorry, just impatient i guess :).
Private Declare Auto Function RasGetErrorString Lib "rasapi32.dll"
( _
ByVal uErrorValue As Integer, _
ByVal lpszErrorString As IntPtr, _
ByVal cBufSize As Integer _
) As Integer
.
- References:
- VB.NET: Implementing RasGetErrorString
- From: bhc
- VB.NET: Implementing RasGetErrorString
- Prev by Date: Q: GIF image on a form
- Next by Date: Re: GIF image on a form
- Previous by thread: VB.NET: Implementing RasGetErrorString
- Next by thread: Re: VB.NET: Implementing RasGetErrorString
- Index(es):
Loading