|
sPBDelete
RAS Function Reference
This function deletes a connection entry from the connection manager.
| Declare Function sPBDelete
Lib "SapphireRAS.dll" (ByVal
sEntryName As String, ByVal
lLicence As Long) As
Long |
Parameters
| |
sEntryName |
| |
|
A string specifying the name of the phone book entry. |
| |
lLicence |
| |
|
A long specifying the licence number of the registered utility.
If using in demo mode, enter 1234567890. |
Return Values
| |
Returns a number indicating success or failure where 0 is successful.
Use sRASErrMsg to get a string version
of the error message. |
|