欢迎使用CSDN-markdown编辑器

来源:互联网 发布:网络交友弊大于利论点 编辑:程序博客网 时间:2024/06/06 01:12

关于rasdia拨号的c++文档

下载地址

介绍:c++,rasdia的api。主要作用是拨号,类似一种客户端,学校的软件,比如srun3k类似的拨号软件,都可以用rasdia拨号。而一般的路由器的拨号,或者一般上网可能需要的都是需要客户端,而这些客户端可以说rasdia都是可以实现利用。如果想得到自己的rasdia拨号软件,那么就需要rasdia的api。

此下是函数名,关于rasdia的。
1. 1.RASADFunc 回调函数 (Windows)
2. 2.RasClearConnectionStatistics 函数 (Windows)
3. 3.RasClearLinkStatistics 函数 (Windows)
4. 4.RasConnectionNotification 函数 (Windows)
5. 5.RasCreatePhonebookEntry 函数 (Windows)
6. 6.RasCustomDeleteEntryNotify 回调函数 (Windows)
7. 7.RasCustomDial 回调函数 (Windows)
8. 8.RasCustomDialDlg 回调函数 (Windows)
9. 9.RasCustomEntryDlg 回调函数 (Windows)
10. 10.RasCustomHangUp 回调函数 (Windows)
11. 11.RasDeleteEntry 函数 (Windows)
12. 12.RasDeleteSubEntry 函数 (Windows)
13. 13.RasDial 函数 (Windows)
14. 14.RasDialDlg 函数 (Windows)
15. 15.RasDialFunc 回调函数 (Windows)
16. 16.RasDialFunc1 回调函数 (Windows)
17. 17.RasDialFunc2 回调函数 (Windows)
18. 18.RasEditPhonebookEntry 函数 (Windows)
19. 19.RasEntryDlg 函数 (Windows)
20. 20.RasEnumAutodialAddresses 函数 (Windows)
21. 21.RasEnumConnections 函数 (Windows)
22. 22.RasEnumDevices 函数 (Windows)
23. 23.RasEnumEntries 函数 (Windows)
24. 24.RasFreeEapUserIdentity 函数 (Windows)
25. 25.RasGetAutodialAddress 函数 (Windows)
26. 26.RasGetAutodialEnable 函数 (Windows)
27. 27.RasGetAutodialParam 函数 (Windows)
28. 28.RasGetConnectionStatistics 函数 (Windows)
29. 29.RasGetConnectStatus 函数 (Windows)
30. 30.RasGetCountryInfo 函数 (Windows)
31. 31.RasGetCredentials 函数 (Windows)
32. 32.RasGetCustomAuthData 函数 (Windows)
33. 33.RasGetEapUserData 函数 (Windows)
34. 34.RasGetEapUserIdentity 函数 (Windows)
35. 35.RasGetEntryDialParams 函数 (Windows)
36. 36.RasGetEntryProperties 函数 (Windows)
37. 37.RasGetErrorString 函数 (Windows)
38. 38.RasGetLinkStatistics 函数 (Windows)
39. 39.RasGetNapStatus 函数 (Windows)
40. 40.RasGetProjectionInfo 函数 (Windows)
41. 41.RasGetProjectionInfoEx 函数 (Windows)
42. 42.RasGetQuarantineConnectionId 函数 (Windows)
43. 43.RasGetSubEntryHandle 函数 (Windows)
44. 44.RasGetSubEntryProperties 函数 (Windows)
45. 45.RasHangUp 函数 (Windows)
46. 46.RasInvokeEapUI 函数 (Windows)
47. 47.RasMonitorDlg 函数 (Windows)
48. 48.RasPBDlgFunc 回调函数 (Windows)
49. 49.RasPhonebookDlg 函数 (Windows)
50. 50.RasRenameEntry 函数 (Windows)
51. 51.RasSetAutodialAddress 函数 (Windows)
52. 52.RasSetAutodialEnable 函数 (Windows)
53. 53.RasSetAutodialParam 函数 (Windows)
54. 54.RasSetCommSettings 回调函数 (Windows)
55. 55.RasSetCredentials 函数 (Windows)
56. 56.RasSetCustomAuthData 函数 (Windows)
57. 57.RasSetEapUserData 函数 (Windows)
58. 58.RasSetEntryDialParams 函数 (Windows)
59. 59.RasSetEntryProperties 函数 (Windows)
60. 60.RasSetSubEntryProperties 函数 (Windows)
61. 61.RasUpdateConnection 函数 (Windows)
62. 62.RasValidateEntryName 函数 (Windows)
63. 63.RAS 自定义脚本编写 DLL 函数 (Windows)
64. 64.RasCustomScriptExecute 回调函数 (Windows)
65. 65.RasGetBuffer 回调函数 (Windows)
66. 66.RasFreeBuffer 回调函数 (Windows)
67. 67.RasSendBuffer 回调函数 (Windows)
68. 68.RasReceiveBuffer 回调函数 (Windows)
69. 69.RasRetrieveBuffer 回调函数 (Windows)