|
Class constructor. |
|
Destructor of the class. |
|
Loads in the RAS DLLs dynamically. |
|
Callback function which is raised when an error occurs. You can use this
function to provide extended error handling and debugging capabilities. |
|
Dials a given phonebook entry. |
|
Call this function to hang up a currently active RAS connection. |
|
Sets the window which will receive messages during dialing. |
|
Call this function to retrieve the current state of the dialup process.
If this is not available then the last dialup state is retrieved. |
|
Cancels the current dial-up process. |
|
Call this function to check the state of the current connection. |
|
Enumerates all of the available RAS dialup devices. |
|
Retrieves the number of available RAS dialup devices. |
|
Call this function to retrieve device information. Populates the supplied
RASDEVINFO structure with the device information. |
|
Call this function to enumerate all of the running RAS connections and
store them in an internal array of RASCONN structures. |
|
Retrieves the current number of RAS connections. |
|
Fills in the supplied RASCONN structure with the connection information
for the specified running connection. |
|
Call this function to enumerate all of the phonebook entry names for the
main phonebook (the CUT_RAS class only supports the main phonebook). |
|
Returns the number of available phonebook entries for the main phonebook
(the CUT_RAS class only supports the main phonebook). |
|
Call this function to fill in the given RASENTRYNAME structure with a phonebook
entry's name. |
|
Retrieves the properties for a given phonebook entry. |
|
Call this function to create or modify a phonebook entry. |
|
Sets the dialing parameters for a given phonebook entry. |
|
Retrieves the dialing parameters for a given phonebook entry. |
|
Call this function to see if the specified phonebook entry exists in the
main RAS phonebook. |
|
Checks to see if the specified entry name is a valid name for a new phonebook
entry. |
|
Call this function to clear the password from a given phonebook entry. |
|
Deletes an entry from a phone book. |
|
Call this function to rename the given phonebook entry. |
|
Retrieves the phone number and area code for the given phonebook entry
from the main phonebook. |
|
Retrieves the main phonebook's username for the given phonebook entry. |
|
Retrieves the main phonebook's password for the specified phonebook entry. |
|
Retrieves the errorcode from the last RAS function called. |
|
Returns the appropriate error string corresponding to the passed RAS error
code. |