RAS Function Reference

sPBValidate

RAS Function Reference

This function checks if the specified connection entry name is in a valid format.

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

Parameters

  sEntryName
    A string specifying the name of the phone book entry.

Return Values

  Returns a number indicating success or failure where 0 is successful. Use sRASErrMsg to get a string version of the error message.