Re: ras error 603!

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Jeff Kelley [MS] (jeffkel_at_online.microsoft.com)
Date: 09/09/04


Date: Wed, 8 Sep 2004 17:44:53 -0700

Check that the "dwEntrySize" parameter passed to RasSetEntryProperties is
the sizeof a RASENTRY, and also check that the lpbRasEntry.dwSize field has
been initialized to the sizeof a RASENTRY.

-- 
Jeff Kelley
Microsoft / Windows CE Networking
This posting is provided AS IS with no warranties, and confers no rights.
"bobo" <super_hope@163.com> wrote in message
news:ebFla78kEHA.3612@TK2MSFTNGP12.phx.gbl...
> I call RasSetEntryProperties() to create a phone-book entry in c#.but the
> result is 603("The caller's buffer is too small").pls help me ! thanks
>                                             bobo huo
>
>


Relevant Pages

  • RasSetEntryProperties configuration question
    ... device using the api function RasSetEntryProperties and the RASENTRY ... This lead me to look at the device specific configuration that you can ... format as that produced by lineConfigDialogEdit - but I can't find any ...
    (microsoft.public.windowsce.platbuilder)
  • Re: RasSetEntryProperties sample
    ... I'm passing RasEntry as an array of bytes and using the field offsets to fill the values. ... The part of sample RasEntry and declaration for RasSetEntryProperties. ... private const int dwCountryCodeOff = 12; ...
    (microsoft.public.dotnet.framework.compactframework)