RAS Function Reference

sLOCDeleteLocation

RAS Function Reference

This function deletes a dialing location.

<DllImport("SapphireRAS.dll")> _
Public Function sLOCDeleteLocation(ByVal lNumber As Integer) As Integer
End Function

Parameters

  lNumber
    An integer number representing the location to delete.

Return Values

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