RAS Function Reference

sPBDelete

RAS Function Reference

This function deletes a connection entry from the connection manager.

<DllImport("SapphireRAS.dll")> _
Public Function sPBDelete(ByVal sEntryName As String, ByVal lLicence As Integer) As Integer
End Function

Parameters

  sEntryName
    A string specifying the name of the phone book entry.
  lLicence
    An integer 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.