shweta
2007-06-28 05:42:31 UTC
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 to
http://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
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 to
http://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