我发现RasCreatePhonebookEntry
创建了一个电话簿条目,但在 SDK 中它被称为
“从 Windows Vista 开始,此功能已被弃用,其功能已被 RasDialDlg 取代”
那么有没有其他方法可以创建一个新的电话簿条目而不提示用户,它支持所有版本的 Windows?
而如果RasCreatePhonebookEntry
它本身可以用于所有版本的windows创建一个新的电话簿条目,那么如何使用“ ”结构来设置“ Preferred COM port
”选项的值呢?我没有在STRUCTURE 中RASENTRY
找到任何参数来设置首选端口..RASENTRY
我想在电话簿中设置以下参数:
PreferredPort=COM31
PreferredDevice=Communications cable between two computers #5
MEDIA=serial
Port=COM10
Device=Communications cable between two computers #5
ConnectBPS=460800
如何通过在电话簿中创建新条目以编程方式设置上述参数。
更新:
RasGetEntryProperties
最后,我使用and创建了一个 Ras 电话簿"RasSetEntryProperties"
,但我在这里面临的唯一问题"DeviceName"
是"RASEntry" structure
. 仅当我将 DeviceName 指定为"Communications cable between two computers #13".
我尝试枚举“RasEnumDevices”,但正在获取设备列表。
WAN Miniport (L2TP)
WAN Miniport (L2TP)
WAN Miniport (PPTP)
WAN Miniport (PPTP)
WAN Miniport (PPPOE)
Communications cable between two computers #14
Communications cable between two computers #13
如何从中选择我的设备?