Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
The following table shows the scripting functions with a description of the purpose of each.
| Programming element | Description |
|---|---|
This function must be exported by the custom-scripting dynamic-link library (DLL), which is implemented by the developer. RAS calls this function when establishing a connection, allowing the DLL to communicate with the server and thus customize the connection process. |
|
This function releases a memory buffer that was allocated by a previous call to RasGetBuffer. |
|
This function allocates memory for sending or receiving data over the port connected to the server. |
|
This function informs RAS that it is ready to receive data from the server over the specified port. |
|
This function obtains data received from the RAS server over the specified port. |
|
This function sends data to the server over the specified port. |