(Msg. 1) Posted: Thu Jun 28, 2007 5:42 am
Post subject: RasSetEntryProperties failing with ERROR_FEATURE_DEPRECATED Archived from groups: microsoft>public>windowsnt>protocol>ras (more info?)
Please let me know if except for slip & RASET_Direct; is there any
other parameter option that is not supported on vista?
i m sure i m not using any of these but still my RasSetEntryProperties
is returning ERROR_FEATURE_DEPRECATED.
(---also this function doesnot fail always.Most of the times its
returning success.)
Here is my code excerpt...
DIALUP_ICON_PROPERTIES props;
props.rasEntry->dwfOptions = RASEO_RemoteDefaultGateway |
RASEO_ReviewUserPW | RASEO_ModemLights |
RASEO_ShowDialingProgress
|
RASEO_SecureLocalFiles; // disables file and print sharing
and ms networks //doubt
props.rasEntry->dwFramingProtocol = RASFP_Ppp;
props.rasEntry->dwfNetProtocols = RASNP_Ip;
props.rasEntry->dwIdleDisconnectSeconds = RASIDS_Disabled;
Also, i doubt if any of the options for szDeviceType is not supported.
(Msg. 2) Posted: Thu Jun 28, 2007 9:51 am
Post subject: Re: RasSetEntryProperties failing with ERROR_FEATURE_DEPRECATED [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Jun 28, 10:42 am, shweta <shwetaahuja.... DeleteThis @gmail.com> wrote:
> Hi All,
> I couldnot find any link having compiled info about what all ras
> options are not supported in vista remote access server.
> I have already refered tohttp://groups.google.com/group/microsoft.public.windowsnt.protocol.ra... >
> Please let me know if except for slip & RASET_Direct; is there any
> other parameter option that is not supported on vista?
> i m sure i m not using any of these but still my RasSetEntryProperties
> is returning ERROR_FEATURE_DEPRECATED.
> (---also this function doesnot fail always.Most of the times its
> returning success.)
>
> Here is my code excerpt...
>
> DIALUP_ICON_PROPERTIES props;
>
> props.rasEntry->dwfOptions = RASEO_RemoteDefaultGateway |
> RASEO_ReviewUserPW | RASEO_ModemLights |
> RASEO_ShowDialingProgress
> |
> RASEO_SecureLocalFiles; // disables file and print sharing
> and ms networks //doubt
> props.rasEntry->dwFramingProtocol = RASFP_Ppp;
> props.rasEntry->dwfNetProtocols = RASNP_Ip;
> props.rasEntry->dwIdleDisconnectSeconds = RASIDS_Disabled;
>
> Also, i doubt if any of the options for szDeviceType is not supported.
>
> Thanks a ton !
> shweta
This problem is coming only with vista 32 & -not- on vista 64 bit
platform
--shweta
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum