ut_ras.cpp

来自「Window环境下的TCP/IP通讯开发包」· C++ 代码 · 共 21 行

CPP
21
字号
//=================================================================
//  class: CUT_RAS
//  File:  Ut_ras.cpp
//
//  Purpose:
//
//  An easy to use RAS dialing class that provides basic and commonly
//  used RAS functionality. 
//  Create, edit and delete phonebook entries.
//  Dial phonebook entries
//  Enumerate dialup devices, connection and entries
//       
//  Note:   This class is not designed to perform multiple simultaneous
//          dialups. It has been designed to handle a single dialup
//          connection at a time. However it can handle multiple dialups
//          if each dialup is performed Sequentially.
//
// ===================================================================
// Ultimate TCP/IP v4.2
// This software along with its related components, documentation and files ("The Libraries")
// is 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?